Skip to content

Releases: sengaya/aws-micro-cli

aws-micro 0.3.0

12 Nov 10:27
81faae9
Compare
Choose a tag to compare

Released: 2023-11-12

Added:

  • Command s3 mb implemented.
  • Basic help for each command implemented.

Changed:

  • Various changes in GitHub Actions for testing different Linux distributions and versions:
    • Removed Ubuntu 18.04 as it's out of support and fails with actions/checkout v4.
    • Added Ubuntu "rolling" and Debian "unstable-slim".
    • Removed macos-10, added macos-13.
    • Removed Alpine 3.14 and 3.15, added 3.17 and 3.18

Fixed:

  • Set digest explicitly when calling openssl sha256 to support Rocky Linux 9.

aws-micro 0.2.1

02 Aug 20:41
6a003b5
Compare
Choose a tag to compare

Released: 2022-08-02

Fixed:

  • s3 ls lists keys inside folders correctly

aws-micro 0.2.0

28 Jun 20:40
Compare
Choose a tag to compare

Released: 2020-06-28

Added:

  • Command s3api create-bucket implemented.
  • Command sts assume-role implemented.
  • Option --acl for s3 cp implemented.
  • Option --no-guess-mime-type for s3 cp implemented.
  • Option --sse for s3 cp implemented.
  • Option --storage-class for s3 cp implemented.
  • Option --no-sign-request implemented.
  • Option --profile implemented.
  • Environment variable AWS_CONFIG_FILE supported.

Changed:

  • If file is missing, no content type is set and a warning is print.
  • When region us-east-1 is set, the local endpoint will be used (e.g. bucket.s3.us-east-1.amazonaws.com) instead of the global one.

Fixed:

  • Environment variable AWS_DEFAULT_REGION was ignored
  • Handle different date format when listing buckets
  • Output was missing when downloading files from S3
  • s3 ls works now also without s3:// prefix
  • Support of AWS S3 global endpoint if no region is specified

aws-micro 0.1.0

23 May 13:13
Compare
Choose a tag to compare

Released: 2020-05-23

First public release featuring basic s3 commands.