cloudyr / aws.s3

Amazon Simple Storage Service (S3) API Client
https://cloud.r-project.org/package=aws.s3
381 stars 147 forks source link

S3 api throws "SingatureDoesNotMatch" when AWS_SECRET_ACCESS_KEY contains a / #423

Open bpbraun opened 2 years ago

bpbraun commented 2 years ago

After several days of debugging, I finally found this: https://stackoverflow.com/a/64901006/9492720 and realized that my secrete access key did in fact contain a /. However, I could not escape this character in a regular way. Once I generated a key without a / I was able to get access.