We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb59e6c commit 7e772b0Copy full SHA for 7e772b0
config/plugins.js
@@ -4,12 +4,10 @@ module.exports = ({ env }) => ({
4
config: {
5
provider: "aws-s3",
6
providerOptions: {
7
- rootPath: 'assets',
8
- s3Options: {
9
- region: env("AWS_REGION"),
10
- params: {
11
- Bucket: env("AWS_BUCKET"),
12
- },
+ rootPath: "assets",
+ region: env("AWS_REGION"),
+ params: {
+ Bucket: env("AWS_BUCKET"),
13
},
14
15
actionOptions: {
0 commit comments