--body 1G.dummy --if-none-match "*" An error occurred (PreconditionFailed) when calling the PutObject operation: At least one of the pre-conditions you specified did not hold # aws s3api put-object --bucket {バケット名} --key 1G.dummy --body 1G.dummy --if-none-match "*" { "ETag": "¥"cd573cfaace07e7949bc0c46028904ff¥"", "ServerSideEncryption": "AES256" } # aws s3 ls s3://{バケット名}/ 2024-09-23 04:43:45 1073741824 1G.dummy アップロードできた! エラーとなりアップロードできない・・・