Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aws コマンドで静的アプリケーションをデプロイします。次のコマンドで、すべてのファイルをフォルダーから s3 バケットにコピーします。
aws s3 sync C:\app s3://myBucket
js、jpg、およびhtmlファイルだけにコンテンツエンコーディングをgzipに設定したい。このコマンドですべてのフォルダに対してそれを行うことに成功しました:--content-encoding gzip 特定のファイルタイプに対してのみ行うにはどうすればよいですか?
--content-encoding gzip