Hello !
I try to copy or put an object in S3 Bucket, but I have an error because I have a character "@" in my key.
If you take official example in documentation and you change =>
const s3 = new S3Client(awsConfig);
const testBucketName = 'test-jslib-aws';
const testFileKey = 'test@bonjour.txt';
const testFile = open('./bonjour.txt', 'r');
You have an error because we use the "@" character, I think, it's because the key isn't converted to check the signature.
Thanks !
Hello !
I try to copy or put an object in S3 Bucket, but I have an error because I have a character "@" in my key.
If you take official example in documentation and you change =>
You have an error because we use the "@" character, I think, it's because the key isn't converted to check the signature.
Thanks !