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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#checksum_algorithmString

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

Returns:

  • (String)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-s3/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-s3/types.rb', line 10159

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:



10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-s3/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-s3/types.rb', line 10159

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.

Returns:



10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-s3/types.rb', line 10159

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.

Returns:

  • (String)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-s3/types.rb', line 10159

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)


10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-s3/types.rb', line 10159

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