Releases: dlite-tools/aws-s3-tools
Releases · dlite-tools/aws-s3-tools
Update poetry
📝 Changelog:
- 🛠️ Improvements:
- Update to new version of Poetry
- Fix dev dependencies
Full Changelog: v0.2.3...v0.3.0
Add extra_args to upload/download objects
What's Changed
- Add extra arguments to upload/download functions by @FerrariDG in #29
Full Changelog: v0.2.2...v0.2.3
Flexible versions for dependencies
What's Changed
- 🛠️ Improvements:
- Flexible dependency version by @FerrariDG in #27
Full Changelog: v0.2.1...v0.2.2
Add pathlib module to S3 objects functions
📝 Changelog:
- 🛠️ Improvements:
- Add pathlib package by @FerrariDG in #26
Full Changelog: v0.2.0...v0.2.1
Add copy objects functions
📝 Changelog:
- ✨ Features:
- Add function to copy an object between buckets
- Add function to copy a list of keys between buckets
- Add function to copy a prefix with search and replace features
Full Changelog: v0.1.0...v0.2.0
New features for S3 buckets and Presigned URLs
📝 Changelog:
- ✨ Features:
- S3 Bucket funcionalities
- Check if a bucket exists
- Create a new bucket
- Delete an existing bucket
- List all buckets
- Create presigned url functions:
- Get presigned URL for download object
- Get presigned URL to post object (upload)
- Get presigned URL to execute boto3 client methods
- S3 Bucket funcionalities
Update package dependencies
On this release:
- Update package dependencies (
ujson
security alert )
Add AWS authentication
On this release:
- Add aws_auth argument to all functions to enable alternatives when authenticating on AWS.
Add Progress Bar
On this release:
- Add a progress bar to download/upload (console output)
- Need to install the extra requirement to work
- Package reorganization to enable new functionalities
- Documentation update
Add module to move S3 objects
On this release:
- Add module to move S3 objects on the same bucket or between buckets
- Minor improvements on unit tests
- Minor improvements on documentation