AWSS3UploadPartOutput

Objective-C

@interface AWSS3UploadPartOutput

Swift

class AWSS3UploadPartOutput
  • Entity tag for the uploaded object.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable ETag;

    Swift

    var eTag: 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) 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 }