Blasanka / aws_s3_plugin

This is a plugin created for file upload to AWS S3
Other
10 stars 13 forks source link

Access denied #11

Closed RishabGuggali closed 3 years ago

RishabGuggali commented 3 years ago

D/UploadTask(32647): Failed to upload: 6 due to Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 1AC7FB214CD42697) E/Transfer(32647): onError: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 1AC7FB214CD42697), S3 Extended Request ID: SXy5z7M9fETAsSSc6GaZsABusvghoixl4Dk8bjI5uJ02xxb4ZVP26WqpCkEI8Ji7cmMyuwXfh68= D/Transfer(32647): ID:6 bytesCurrent: 157363 bytesTotal: 157363 100%

please help me to solve this

leoshak commented 3 years ago

Hi @RishabGuggali, reason can be:

This error indicates that the application tried to perform an Amazon Simple Storage Service (Amazon S3) operation that failed because of a problem with one of the following:

Read more here.

vaibhavjoshi247 commented 3 years ago

D/UploadTask(32647): Failed to upload: 6 due to Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 1AC7FB214CD42697) E/Transfer(32647): onError: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 1AC7FB214CD42697), S3 Extended Request ID: SXy5z7M9fETAsSSc6GaZsABusvghoixl4Dk8bjI5uJ02xxb4ZVP26WqpCkEI8Ji7cmMyuwXfh68= D/Transfer(32647): ID:6 bytesCurrent: 157363 bytesTotal: 157363 100%

please help me to solve this

Any Luck?