Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed Oct 8, 2024
2 parents 3d3c16a + b6bbdde commit c8ab412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/haedal/haedalweb/service/S3Service.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public PreSignedUrlDTO getPreSignedUrlDTO(String objectKey) {
}

public void deleteObject(String key) {
if (key == null) return;
s3Operations.deleteObject(bucketName, key);
}

Expand Down

0 comments on commit c8ab412

Please sign in to comment.