Returns torrent files from a bucket. BitTorrent can save you bandwidth when you're
distributing large files. For more information about BitTorrent, see Using BitTorrent with Amazon S3.
You can get torrent only for objects that are less than 5 GB in size, and that are
not encrypted using server-side encryption with a customer-provided encryption
key.
To use GET, you must have READ access to the object.
This action is not supported by Amazon S3 on Outposts.
The following action is related to GetObjectTorrent:
// The following example retrieves torrent files of an object. constinput = { "Bucket":"examplebucket", "Key":"HappyFace.jpg" }; constcommand = newGetObjectTorrentCommand(input); awaitclient.send(command); // example id: to-retrieve-torrent-files-for-an-object-1481834115959
Returns torrent files from a bucket. BitTorrent can save you bandwidth when you're distributing large files. For more information about BitTorrent, see Using BitTorrent with Amazon S3.
You can get torrent only for objects that are less than 5 GB in size, and that are not encrypted using server-side encryption with a customer-provided encryption key.
To use GET, you must have READ access to the object.
This action is not supported by Amazon S3 on Outposts.
The following action is related to
GetObjectTorrent
:GetObject
Example
Use a bare-bones client and the command you need to make an API call.
See
input
shape.response
shape.config
shape.Example
To retrieve torrent files for an object