CompleteMultipartUploadRequest

public struct CompleteMultipartUploadRequest : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static let _xmlNamespace: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the bucket to which the multipart upload was initiated.

    Declaration

    Swift

    public let bucket: String
  • The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.

    Declaration

    Swift

    public let expectedBucketOwner: String?
  • key

    Object key for which the multipart upload was initiated.

    Declaration

    Swift

    public let key: String
  • The container for the multipart upload request information.

    Declaration

    Swift

    public let multipartUpload: CompletedMultipartUpload?
  • Undocumented

    Declaration

    Swift

    public let requestPayer: RequestPayer?
  • ID for the initiated multipart upload.

    Declaration

    Swift

    public let uploadId: String
  • Undocumented

    Declaration

    Swift

    public init(bucket: String, expectedBucketOwner: String? = nil, key: String, multipartUpload: CompletedMultipartUpload? = nil, requestPayer: RequestPayer? = nil, uploadId: String)
  • Declaration

    Swift

    public func validate(name: String) throws