struct
AWS::S3::CompleteMultipartUploadResult
- AWS::S3::CompleteMultipartUploadResult
- Struct
- Value
- Object
Defined in:
s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
-
#etag : String
The ETag of a multipart object is not an MD5 of its contents.
- #key : String
- #location : String
Constructor Detail
Class Method Detail
Instance Method Detail
def etag : String
#
The ETag of a multipart object is not an MD5 of its contents. It is the
MD5 of the concatenated part MD5s followed by - and the part count.