PutBucketAccelerateConfigurationRequest
public struct PutBucketAccelerateConfigurationRequest : 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] -
Container for setting the transfer acceleration state.
Declaration
Swift
public let accelerateConfiguration: AccelerateConfiguration -
Name of the bucket for which the accelerate configuration is set.
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? -
Undocumented
Declaration
Swift
public init(accelerateConfiguration: AccelerateConfiguration, bucket: String, expectedBucketOwner: String? = nil)
View on GitHub
PutBucketAccelerateConfigurationRequest Structure Reference