Class: Aws::S3::Types::MultipartUpload

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Container for the MultipartUpload for the Amazon S3 object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#checksum_algorithmString

The algorithm that was used to create a checksum of the object.

Returns:

  • (String)


11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11127

class MultipartUpload < Struct.new(
  :upload_id,
  :key,
  :initiated,
  :storage_class,
  :owner,
  :initiator,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#initiatedTime

Date and time at which the multipart upload was initiated.

Returns:

  • (Time)


11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11127

class MultipartUpload < Struct.new(
  :upload_id,
  :key,
  :initiated,
  :storage_class,
  :owner,
  :initiator,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#initiatorTypes::Initiator

Identifies who initiated the multipart upload.

Returns:



11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11127

class MultipartUpload < Struct.new(
  :upload_id,
  :key,
  :initiated,
  :storage_class,
  :owner,
  :initiator,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

Key of the object for which the multipart upload was initiated.

Returns:

  • (String)


11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11127

class MultipartUpload < Struct.new(
  :upload_id,
  :key,
  :initiated,
  :storage_class,
  :owner,
  :initiator,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#ownerTypes::Owner

Specifies the owner of the object that is part of the multipart upload.

Directory buckets - The bucket owner is returned as the object owner for all the objects.

Returns:



11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11127

class MultipartUpload < Struct.new(
  :upload_id,
  :key,
  :initiated,
  :storage_class,
  :owner,
  :initiator,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#storage_classString

The class of storage used to store the object.

Directory buckets - Only the S3 Express One Zone storage class is supported by directory buckets to store objects.

Returns:

  • (String)


11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11127

class MultipartUpload < Struct.new(
  :upload_id,
  :key,
  :initiated,
  :storage_class,
  :owner,
  :initiator,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

Upload ID that identifies the multipart upload.

Returns:

  • (String)


11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11127

class MultipartUpload < Struct.new(
  :upload_id,
  :key,
  :initiated,
  :storage_class,
  :owner,
  :initiator,
  :checksum_algorithm)
  SENSITIVE = []
  include Aws::Structure
end