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)


12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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

#checksum_typeString

The checksum type that is used to calculate the object’s checksum value. For more information, see [Checking object integrity] in the *Amazon S3 User Guide*.

[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html

Returns:

  • (String)


12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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

#initiatedTime

Date and time at which the multipart upload was initiated.

Returns:

  • (Time)


12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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

#initiatorTypes::Initiator

Identifies who initiated the multipart upload.

Returns:



12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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

#keyString

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

Returns:

  • (String)


12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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

#ownerTypes::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>

Returns:



12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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

#storage_classString

The class of storage used to store the object.

<note markdown=“1”> **Directory buckets** - Directory buckets only support ‘EXPRESS_ONEZONE` (the S3 Express One Zone storage class) in Availability Zones and `ONEZONE_IA` (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.

</note>

Returns:

  • (String)


12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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

#upload_idString

Upload ID that identifies the multipart upload.

Returns:

  • (String)


12268
12269
12270
12271
12272
12273
12274
12275
12276
12277
12278
12279
# File 'lib/aws-sdk-s3/types.rb', line 12268

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