GetObjectTorrentRequest

public struct GetObjectTorrentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the bucket containing the object for which to get the torrent files.

    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

    The object key for which to get the information.

    Declaration

    Swift

    public let key: String
  • Undocumented

    Declaration

    Swift

    public let requestPayer: RequestPayer?
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws