Skip to content

Releases: thobiast/s3_client

v0.1.3

22 Mar 17:59
059cc27
Compare
Choose a tag to compare

Changelog

  • Add --prefix option in the upload command to allow specifying a prefix for object names
  • Add --profile option to specify an AWS profile for credentials and configuration

v0.1.2

14 Dec 12:24
4999f00
Compare
Choose a tag to compare

Changelog

  • Add option to specify the region name
  • Add progress bar to download and upload objects
  • Add command to delete object (deleteobj)
  • download - Add option to specify object version id
  • listobj - Add option to show all object versions
  • listbuckets - Show bucket versioning status

v0.1.1

21 Aug 19:21
3b812b2
Compare
Choose a tag to compare

Changelog

  • Change package dependency from prettytable to tabulate
  • Command listobj: add options --limit and --prefix
  • Command download: add option --overwrite,

v0.1.0

03 Aug 17:57
21fa9f6
Compare
Choose a tag to compare

First package version