Skip to content

v0.1.2

Compare
Choose a tag to compare
@taylorfinnell taylorfinnell released this 22 Nov 22:53
· 189 commits to master since this release
5cce439
  • 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