ONTAP-125918:ダブルスペースを使用している場合にONTAP S3 PUT-OBJECTが動作しない
問題
ONTAP S3 put-object operations don't work when double space are used. Single space work fine however:./aws s3api --profile stc-c1-1 --endpoint https://cluster01.com:443 --no-verify-ssl --output json put-object --bucket bucket01 --key "configuration/readme.txt" --body "~/scripts/readme.txt" --metadata mymeta="0000001 00" --debug
An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: The request signature we calculated does not match the signature you provided. Check your key and signing method. On an AWS S3 bucket, double space works as expected.