s3-angular-file-upload
s3-angular-file-upload copied to clipboard
403 Forbidden. Response Error Code: Access Denied
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
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..
@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?
Hi. Same issue. How did you fix it @j4ml3t