class AWS::S3::ObjectUploadCollection
def [] id
-
id
(String
) -- The ID of an upload to get.
Returns:
-
(MultipartUpload)
- An object representing the upload
def [] id MultipartUpload.new(object, id) end
id
(String
)
-- The ID of an upload to get.
(MultipartUpload)
- An object representing the upload
def [] id MultipartUpload.new(object, id) end