Class: Aws::S3::Types::MultipartUpload
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::MultipartUpload
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Container for the ‘MultipartUpload` for the Amazon S3 object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#checksum_algorithm ⇒ String
The algorithm that was used to create a checksum of the object.
-
#initiated ⇒ Time
Date and time at which the multipart upload was initiated.
-
#initiator ⇒ Types::Initiator
Identifies who initiated the multipart upload.
-
#key ⇒ String
Key of the object for which the multipart upload was initiated.
-
#owner ⇒ Types::Owner
Specifies the owner of the object that is part of the multipart upload.
-
#storage_class ⇒ String
The class of storage used to store the object.
-
#upload_id ⇒ String
Upload ID that identifies the multipart upload.
Instance Attribute Details
#checksum_algorithm ⇒ String
The algorithm that was used to create a checksum of the object.
11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 |
# File 'lib/aws-sdk-s3/types.rb', line 11668 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |
#initiated ⇒ Time
Date and time at which the multipart upload was initiated.
11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 |
# File 'lib/aws-sdk-s3/types.rb', line 11668 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |
#initiator ⇒ Types::Initiator
Identifies who initiated the multipart upload.
11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 |
# File 'lib/aws-sdk-s3/types.rb', line 11668 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
Key of the object for which the multipart upload was initiated.
11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 |
# File 'lib/aws-sdk-s3/types.rb', line 11668 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ Types::Owner
Specifies the owner of the object that is part of the multipart upload.
<note markdown=“1”> **Directory buckets** - The bucket owner is returned as the object owner for all the objects.
</note>
11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 |
# File 'lib/aws-sdk-s3/types.rb', line 11668 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |
#storage_class ⇒ String
The class of storage used to store the object.
<note markdown=“1”> **Directory buckets** - Only the S3 Express One Zone storage class is supported by directory buckets to store objects.
</note>
11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 |
# File 'lib/aws-sdk-s3/types.rb', line 11668 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
Upload ID that identifies the multipart upload.
11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 |
# File 'lib/aws-sdk-s3/types.rb', line 11668 class MultipartUpload < Struct.new( :upload_id, :key, :initiated, :storage_class, :owner, :initiator, :checksum_algorithm) SENSITIVE = [] include Aws::Structure end |