1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|s3] Add documentation for Reduced Redundancy Storage, already supported by Fog

This commit is contained in:
James Miller 2011-02-02 14:57:19 +08:00 committed by Wesley Beary
parent 3784effdd1
commit 5206e36b65

View file

@ -18,6 +18,7 @@ module Fog
# * 'Content-Type'<~String> - Standard MIME type describing contents (defaults to MIME::Types.of.first)
# * 'Expires'<~String> - Cache expiry
# * 'x-amz-acl'<~String> - Permissions, must be in ['private', 'public-read', 'public-read-write', 'authenticated-read']
# * 'x-amz-storage-class'<~String> - Default is 'STANDARD', set to 'REDUCED_REDUNDANCY' for non-critical, reproducable data
# * "x-amz-meta-#{name}" - Headers to be returned with object, note total size of request without body must be less than 8 KB.
#
# ==== Returns