Skip to content

Releases: taylorfinnell/awscr-s3

v0.3.2

26 Jun 21:47
a13687b
Compare
Choose a tag to compare
  • Crystal 0.25.0

v0.3.1

13 Jan 00:55
b35b8cf
Compare
Choose a tag to compare
  • Expose Bucket#name, Bucket#creation_time, Bucket#owner getter methods
  • Response::ListAllMyBuckets is now enumerable
  • Adds Client#put_bucket
  • Adds Client#delete_bucket
  • Adds Client#batch_delete
  • Improves FileUploader to automatically attach Content-Type (thanks @timkendall)
  • Improves documentation

v0.3.0

04 Jan 02:20
f0ecb85
Compare
Choose a tag to compare
  • Crystal 0.24.1 support

v0.2.0

22 Dec 21:58
30105c0
Compare
Choose a tag to compare
  • Adds ability to provide regional host for direct request (#11), thanks @jdbann
  • Adds ability to provide additional headers for various client operations (#15), thanks @lipanski
  • Adds ability to set endpoint for use with s3 compatible services, thanks @lipanski
  • Adds ability to use AWS Version 2 signing throughout the library

v0.1.2

22 Nov 22:53
5cce439
Compare
Choose a tag to compare
  • Introduce S3::Client
    • #list_buckets
    • #start_multipart_upload
    • #upload_part
    • #complete_multipart_upload
    • #abort_multipart_upload
    • #head_bucket
    • #delete_object
    • #put_object
    • #get_object
    • #list_objects
  • Added examples using new S3::Client

v0.1.1

13 Jul 13:49
Compare
Choose a tag to compare
  • Update code for updated deps

v0.1.0

12 Jul 11:58
Compare
Choose a tag to compare
  • Initial release