s3-angular-file-upload icon indicating copy to clipboard operation
s3-angular-file-upload copied to clipboard

403 Forbidden. Response Error Code: Access Denied

Open emartinezmoreno opened this issue 10 years ago • 3 comments

Hello, I'm not able to fix this issue... I changed the url endpoint to url: 'https://' + $rootScope.config.awsConfig.bucket + '.s3-eu-west-1.amazonaws.com/' because my region bucket is eu-west-1 according to http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region, without success. Credentials and CORS works ok on danialfarid website https://angular-file-upload.appspot.com/. Thanks in advance

emartinezmoreno avatar Feb 04 '15 19:02 emartinezmoreno

When I'm going to upload the file, If I change the acl data to 'private' and the acl policy condition to 'private' as well, it works, but I don't know why..

emartinezmoreno avatar Feb 05 '15 11:02 emartinezmoreno

@j4ml3t sounds like this is a configuration issue with your bucket. Seems like your bucket is configured for private acl only.

Did you ever figure this out?

nukulb avatar Feb 21 '15 14:02 nukulb

Hi. Same issue. How did you fix it @j4ml3t

karan-kapoor90 avatar May 25 '15 21:05 karan-kapoor90