Skip to content

Commit

Permalink
refactor: storage module to remove unnecessary credentials case by aw…
Browse files Browse the repository at this point in the history
…s_s3
  • Loading branch information
minai621 committed Oct 12, 2024
1 parent 6ccd8d8 commit 5627a97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/src/storage/storage.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ const s3ClientFactory = {
}
: {
region,
credentials: {
accessKeyId,
secretAccessKey,
},
};

return new S3Client(config);
Expand Down

0 comments on commit 5627a97

Please sign in to comment.