$ tar zcf - dist | aws s3 cp - s3://example/dist.tgz
tarおよびaws s3 cpコマンドは-での標準出力/標準入力を受け付けるので、
ビルドしたディレクトリを、固めてS3に保存。という用途で力を発揮します。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
$ tar zcf - dist | aws s3 cp - s3://example/dist.tgz
tarおよびaws s3 cpコマンドは-での標準出力/標準入力を受け付けるので、
ビルドしたディレクトリを、固めてS3に保存。という用途で力を発揮します。
Register as a new user and use Qiita more conveniently
Go to list of users who liked