mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Update file.rb
Added missing ]
This commit is contained in:
parent
c18e70e99f
commit
25d720e55c
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ module Fog
|
|||
options.merge!(metadata)
|
||||
options['x-amz-storage-class'] = storage_class if storage_class
|
||||
options['x-amz-tagging'] = tags if tags
|
||||
options['x-amz-website-redirect-location' = website_redirect_location if website_redirect_location
|
||||
options['x-amz-website-redirect-location'] = website_redirect_location if website_redirect_location
|
||||
options.merge!(encryption_headers)
|
||||
|
||||
# With a single PUT operation you can upload objects up to 5 GB in size. Automatically set MP for larger objects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue