Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfinnell committed Jan 5, 2019
2 parents 2fd196f + 0e0d1aa commit 5c249d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ resp.success? # => true
## **Get Object**

```crystal
resp = client.put_object("bucket_name", "object_key")
resp = client.get_object("bucket_name", "object_key")
resp.body # => myobjectbody
```

Expand Down

0 comments on commit 5c249d5

Please sign in to comment.