Hei!
I\'m having this issue since yesterday, and I\'m having trouble for find a solution.
I\'m trying to send somethings to my S3 bucket, but this message ap
I tried above option and even that did not work, so I created new config object and this below code worked
AWS.config = new AWS.Config(); AWS.config.accessKeyId = "AccessKey"; AWS.config.secretAccessKey = "SecretAccessKey";