Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx committed May 16, 2024
1 parent 965445f commit 800cf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/remove-incomplete-upload.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const s3Client = new Minio.Client({
// Note: It is a no-op in MinIO
// Can be used/tested with AWS S3.
try {
await s3Client.removeIncompleteUpload('test-bucket', 'incomplete-object-name')
await s3Client.removeIncompleteUpload('test-bucket', 'my-objectname')
console.log('Success')
} catch (e) {
console.log(e)
console.log(e.message)
}

0 comments on commit 800cf4d

Please sign in to comment.