-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
good first issueGood for newcomersGood for newcomersissue: enhancementIssue suggesting an enhancement to an existing featureIssue suggesting an enhancement to an existing featureseverity: lowIf the issue only affects a very niche base of users and an easily implemented workaround can solveIf the issue only affects a very niche base of users and an easily implemented workaround can solve
Description
Describe the bug
When I try to upload a file with AWS S3 upload provider, I have a "denied access" error.
Steps to reproduce the behavior
- Use npm v12.16.1
npx create-strapi-app my-project --quickstartcd my-projectyarn add strapi-provider-upload-aws-s3- Create settings file at extensions/upload/config/settings.json
{
"provider": "aws-s3",
"providerOptions": {
"accessKeyId": "<accesskeyid>",
"secretAccessKey": "<secretaccesskey>",
"region": "eu-west-3",
"params": {
"Bucket": "<bucket-name>"
}
}
}- Go to Media Library in admin panel and upload a file
Expected behavior
The file should be uploaded
System
- Node.js version: 12.6.1
- NPM version: 6.13.4
- Strapi version: 3.0.0-beta.20
- Database: sqlite
- Operating system: Archlinux
Additional context
I've tested my AWS credentials through aws cli to ensure it have access to upload to the bucket.
xkraigx, southkeys, creslinux, rootlinux2, RileyMShea and 23 more
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersissue: enhancementIssue suggesting an enhancement to an existing featureIssue suggesting an enhancement to an existing featureseverity: lowIf the issue only affects a very niche base of users and an easily implemented workaround can solveIf the issue only affects a very niche base of users and an easily implemented workaround can solve
Type
Projects
Status
Archive
Status
Fixed/Shipped

