mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[docs::aws::storage] added [] to make it pretty
This commit is contained in:
parent
62e1c092e0
commit
2a842691da
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ module Fog
|
||||||
# @param [String] upload_id Id of upload to add part to
|
# @param [String] upload_id Id of upload to add part to
|
||||||
# @param [Array<String>] parts Array of etags as Strings for parts
|
# @param [Array<String>] parts Array of etags as Strings for parts
|
||||||
#
|
#
|
||||||
# @return Excon::Response
|
# @return [Excon::Response]
|
||||||
# * headers (Hash)
|
# * headers (Hash)
|
||||||
# * Bucket (String) -- bucket of new object
|
# * Bucket (String) -- bucket of new object
|
||||||
# * ETag (String) -- etag of new object (will be needed to complete upload)
|
# * ETag (String) -- etag of new object (will be needed to complete upload)
|
||||||
|
|
Loading…
Reference in a new issue