Skip to content

Releases: dlite-tools/aws-s3-tools

Update poetry

13 Jun 10:11
0f1ed62
Compare
Choose a tag to compare

📝 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

21 Nov 14:54
37dd6c8
Compare
Choose a tag to compare

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

03 Oct 14:02
f0c3e0a
Compare
Choose a tag to compare

What's Changed

  • 🛠️ Improvements:

Full Changelog: v0.2.1...v0.2.2

Add pathlib module to S3 objects functions

18 Aug 12:17
3969bd0
Compare
Choose a tag to compare

📝 Changelog:

Full Changelog: v0.2.0...v0.2.1

Add copy objects functions

07 Jun 17:37
bdeffa7
Compare
Choose a tag to compare

📝 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

11 Mar 16:33
7b6c508
Compare
Choose a tag to compare

📝 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

Update package dependencies

04 Feb 08:56
6196075
Compare
Choose a tag to compare

On this release:

  • Update package dependencies (ujson security alert )

Add AWS authentication

16 Jul 13:07
0ddbb35
Compare
Choose a tag to compare

On this release:

  • Add aws_auth argument to all functions to enable alternatives when authenticating on AWS.

Add Progress Bar

21 Apr 12:04
5935bef
Compare
Choose a tag to compare

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

18 Mar 09:30
3554d73
Compare
Choose a tag to compare

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