class Aws::S3::Types::GetObjectTorrentRequest

@note When making an API call, you may pass GetObjectTorrentRequest

data as a hash:

    {
      bucket: "BucketName", # required
      key: "ObjectKey", # required
      request_payer: "requester", # accepts requester
      expected_bucket_owner: "AccountId",
    }

@!attribute [rw] bucket

The name of the bucket containing the object for which to get the
torrent files.
@return [String]

@!attribute [rw] key

The object key for which to get the information.
@return [String]

@!attribute [rw] request_payer

Confirms that the requester knows that they will be charged for the
request. Bucket owners need not specify this parameter in their
requests. For information about downloading objects from requester
pays buckets, see [Downloading Objects in Requestor Pays Buckets][1]
in the *Amazon S3 User Guide*.

[1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
@return [String]

@!attribute [rw] expected_bucket_owner

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectTorrentRequest AWS API Documentation

Constants

SENSITIVE