Closed jwoertink closed 5 years ago
In the docs, you have create_bucket, but looks like it's called put_bucket https://github.com/taylorfinnell/awscr-s3/blob/master/README.md#create-a-bucket https://github.com/taylorfinnell/awscr-s3/blob/master/src/awscr-s3/client.cr#L55
create_bucket
put_bucket
It should be changed to put_bucket to align more with the REST api
In the docs, you have
create_bucket
, but looks like it's calledput_bucket
https://github.com/taylorfinnell/awscr-s3/blob/master/README.md#create-a-bucket https://github.com/taylorfinnell/awscr-s3/blob/master/src/awscr-s3/client.cr#L55