Skip to content

Error Signature because "@" in KEY for S3 object. #133

Description

@andres-ortiz

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 !

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions