Skip to content

Commit

Permalink
Merge tag '20240801-2' into develop
Browse files Browse the repository at this point in the history
   20240801-2
  • Loading branch information
dragontaek-lee committed Aug 1, 2024
2 parents 5e7ad2b + 70508ad commit 5b310b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public void deleteS3Image(String fileName) {
} catch (SdkClientException | SdkServiceException e) {
throw new AwsException(e.getMessage(), HttpStatus.BAD_REQUEST);
}
s3Client.deleteObject(deleteObjectRequest);
}

private PresignedResponseDTO createPresignedUrl(String fileName, String type) {
Expand Down
48 changes: 0 additions & 48 deletions src/test/java/com/gam/api/MagazineRepositoryTest.java

This file was deleted.

0 comments on commit 5b310b4

Please sign in to comment.