Releases: taylorfinnell/awscr-s3
Releases · taylorfinnell/awscr-s3
v0.3.2
- Crystal 0.25.0
v0.3.1
- 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 attachContent-Type
(thanks @timkendall) - Improves documentation
v0.3.0
- Crystal 0.24.1 support
v0.2.0
- 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
- 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
- Update code for updated deps
v0.1.0
- Initial release