キーに特殊文字が含まれていると、 ONTAP S3 PUT が失敗する
環境
ONTAP S3
問題
- ONTAP S3 サーバがエラーで応答します
404 Bad Request
- AWS クライアントには次のような情報が表示されます。
~/test$ aws s3 cp ./file-test.txt s3://bucket-test --endpoint-url https://my.url --ca-bundle ./my-cert.pem
upload:
./file-test.txt to s3://bucket-test/file-test.txt
~/test$ aws s3 cp ./file:test.txt s3://bucket-test --endpoint-url
https://my.url --ca-bundle ./my-cert.pem
upload failed: ./file:test.txt to s3://bucket-test/file:test.txt
An error occurred (InternalError) when calling the PutObject operation: We encountered an internal error. Please try again.