taylorfinnell / awscr-s3

A Crystal shard for S3.
https://taylorfinnell.github.io/awscr-s3/
MIT License
81 stars 48 forks source link

Wrong method name in docs #39

Closed jwoertink closed 5 years ago

jwoertink commented 6 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

taylorfinnell commented 6 years ago

It should be changed to put_bucket to align more with the REST api