Skip to content

Commit

Permalink
change s3 bucket (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
endermaru authored Jan 27, 2025
1 parent 6904707 commit ddf187d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ amazon:
aws:
accessKey: ${S3ACCESSKEY:""}
secretKey: ${S3SECRETKEY:""}
region: ap-northeast-2
bucket: intern-hasha-client
region: ${S3REGION:""}
bucket: ${S3BUCKET:""}

0 comments on commit ddf187d

Please sign in to comment.