Skip to content

Commit

Permalink
Merge pull request #179 from a-romantic-cat/bug/178
Browse files Browse the repository at this point in the history
✅ s3 test
  • Loading branch information
euunrud authored Feb 19, 2024
2 parents b7efa2f + 7deec80 commit 9efe653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/aromanticcat/umcproject/S3/S3Service.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Service
public class S3Service {
private final AmazonS3Client amazonS3;

@Value("${cloud.aws.s3.bucket}")
private String bucketName;
private String dir1 = "/letter-paper";
Expand Down

0 comments on commit 9efe653

Please sign in to comment.