s4cmd v2.0.0 Release Notes

    • Fully migrated from old boto 2.x to new boto3 library.
    • ๐Ÿ‘Œ Support S3 pass through APIs.
    • ๐Ÿ‘Œ Support batch delete (with delete_objects API).
    • ๐Ÿ‘Œ Support S4CMD_OPTS environment variable.
    • ๐Ÿ‘Œ Support moving files larger than 5GB with multipart upload.
    • ๐Ÿ‘Œ Support timestamp filtering with --last-modified-before and --last-modified-after options.
    • Faster upload with lazy evaluation of md5 hash.
    • Listing large number of files with S3 pagination, with memory is the limit.
    • ๐Ÿ†• New directory to directory dsync command to replace old sync command.