Issue 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...Issue 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.