コマンドオプションサンプル:aws s3api get-object-torrent

コマンドサンプルを検索した結果です。

バケツからトレントファイルを返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/get-object-torrent.html

aws s3api get-object-torrent --bucket bucketname --key large-video-file.mp4 large-video-file.torrent
    AWS Certification Study Guide: Get to Know Amazon S3 Features : http://cloud.netapp.com/blog/amazon-s3-cheat-sheet
aws s3api get-object-torrent --bucket my-bucket --key large-video-file.mp4 large-video-file.torrent
    get-object-torrent — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/s3api/get-object-torrent.html

aws のオプション一覧