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

[docs::was::storage] formatting

This commit is contained in:
Weston Platter 2012-12-26 22:28:53 -06:00
parent bf9509c30c
commit 13e5b998fc

View file

@ -25,9 +25,8 @@ module Fog
attribute :encryption, :aliases => 'x-amz-server-side-encryption'
attribute :version, :aliases => 'x-amz-version-id'
# Chunk size to use for multipart uploads
# Use small chunk sizes to minimize memory
# E.g. 5242880 = 5mb
# @note Chunk size to use for multipart uploads.
# Use small chunk sizes to minimize memory. E.g. 5242880 = 5mb
attr_accessor :multipart_chunk_size
def acl=(new_acl)