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:
parent
bf9509c30c
commit
13e5b998fc
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue