AWSS3UploadPartCopyOutput
Objective-C
@interface AWSS3UploadPartCopyOutput
Swift
class AWSS3UploadPartCopyOutput
-
Container for all response elements.
Declaration
Objective-C
@property (nonatomic, strong) AWSS3ReplicatePartResult *_Nullable replicatePartResult;Swift
var replicatePartResult: AWSS3ReplicatePartResult? { get set } -
The version of the source object that was copied, if you have enabled versioning on the source bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable replicateSourceVersionId;Swift
var replicateSourceVersionId: String? { get set } -
If present, indicates that the requester was successfully charged for the request.
Declaration
Objective-C
@property (nonatomic) AWSS3RequestCharged requestCharged;Swift
var requestCharged: AWSS3RequestCharged { get set } -
If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SSECustomerAlgorithm;Swift
var sseCustomerAlgorithm: String? { get set } -
If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SSECustomerKeyMD5;Swift
var sseCustomerKeyMD5: String? { get set } -
If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable SSEKMSKeyId;Swift
var ssekmsKeyId: String? { get set } -
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
Declaration
Objective-C
@property (nonatomic) AWSS3ServerSideEncryption serverSideEncryption;Swift
var serverSideEncryption: AWSS3ServerSideEncryption { get set }
View on GitHub
Install in Dash
AWSS3UploadPartCopyOutput Class Reference