Skip to content

Commit

Permalink
feat: bucketName 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
Sion99 committed Feb 14, 2024
1 parent 3a7d62e commit 0bfd60a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/java/gdsc/sc8/LIFTY/utils/gcp/DataBucketUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ public class DataBucketUtil {

private String keyFileLocation = "classpath:lifty-gdsc-e2ffac987452.json";

@Value("${spring.cloud.gcp.storage.bucket}")
private String bucketName;
// @Value("${spring.cloud.gcp.storage.bucket}")
// private String bucketName;

private String bucketName = "lifty-bucket";

// private final Storage storage;
//
Expand Down

0 comments on commit 0bfd60a

Please sign in to comment.