s3cmd v2.0.0 Release Notes

Release Date: 2017-06-26 // almost 7 years ago
    • ➕ Added support for Python 3 (Shaform, Florent Viard)
    • ➕ Added getlifecycle command (Daniel Gryniewicz)
    • ➕ Added --cf-inval for invalidating multiple CF distributions (Joe Mifsud)
    • ➕ Added --limit to "ls" and "la" commands to return the specified number of objects (Masashi Ozawa)
    • ➕ Added --token-refresh and --no-token-refresh and get the access token from the environment (Marco Jakob)
    • ➕ Added --restore-priority and --restore-days for S3 Glacier (Robert Palmer)
    • 🛠 Fixed requester pays header with HEAD requests (Christian Rodriguez)
    • Don't allow mv/cp of multiple files to single file (Guy Gur-Ari)
    • Generalize wildcard certificate forgiveness (Mark Titorenko)
    • 🛠 Multiple fixes for SSL connections and proxies
    • ➕ Added support for HTTP 100-CONTINUE
    • 🛠 Fixes for s3-like servers
    • 🛠 Big cleanup and many unicode fixes
    • 🛠 Many other bug fixes