added auth
This commit is contained in:
parent
278cadbb28
commit
4125cd813b
1 changed files with 1 additions and 0 deletions
|
|
@ -8,4 +8,5 @@ export const s3 = new S3({
|
|||
accessKeyId: env.AWS_KEY_ID,
|
||||
secretAccessKey: env.AWS_SECRET_ACCESS_KEY,
|
||||
},
|
||||
forcePathStyle: true,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue