AWS CLI の、S3 コピーコマンドで、下記のエラーが発生。
■エラーメッセージ
usage: aws s3 cp or or
Error: Invalid argument type
原因はS3のパスに含まれる、「S」が大文字だったから。
誤:aws s3 cp S3://~ S3://~
正:aws s3 cp s3://~ s3://~
「s」は小文字で!!
Go to list of users who liked
More than 5 years have passed since last update.
AWS CLI の、S3 コピーコマンドで、下記のエラーが発生。
■エラーメッセージ
usage: aws s3 cp or or
Error: Invalid argument type
原因はS3のパスに含まれる、「S」が大文字だったから。
誤:aws s3 cp S3://~ S3://~
正:aws s3 cp s3://~ s3://~
「s」は小文字で!!
Register as a new user and use Qiita more conveniently
Go to list of users who liked