Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
minor doc typo, option is upload_options (shrinerb#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind authored and janko committed Feb 11, 2019
1 parent 42d4457 commit ee1ced8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/storage/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Shrine::Storage::S3.new(prefix: "cache", **s3_options)
## Upload options

Sometimes you'll want to add additional upload options to all S3 uploads. You
can do that by passing the `:upload` option:
can do that by passing the `:upload_options` option:

```rb
Shrine::Storage::S3.new(upload_options: { acl: "private" }, **s3_options)
Expand Down

0 comments on commit ee1ced8

Please sign in to comment.