Added
- Prevent files being deleted on S3 even when they are removed locally.
Supply command line option `--nodelete` or global configuration value
`preserve_deleted_files`.
- Additional MIME type detection for TOML, WOFF and WOFF2 files.
Changed
- `s3sup upload` renamed to `push` for consistency with command line tool best
practice. Aliases `upload` and `sync` added to maintain backwards
compatibility.
- Perform preflight checks to ensure the S3 bucket exists before attempting to
upload. Previously a boto3 stack trace would have been presented at the
start of upload.
- Improved README and command line help text.
Fixed
- Make S3 attribute changes only once, previously they were being repeated
twice, unnecessarily due to double listing in catalogue.change\_list.