Skip to content

Commit

Permalink
s3 delete updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanptm committed Dec 27, 2024
1 parent f8c4e54 commit 3622015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/infrastructure/services/S3StorageService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default class S3StorageService implements ICloudStorageService {
}

async deleteFile(bucket: string, key: string): Promise<void> {
if(!key) return
const command = new DeleteObjectCommand({
Bucket: bucket,
Key: key,
Expand Down

0 comments on commit 3622015

Please sign in to comment.