Skip to content

Commit

Permalink
Update src/minio.js
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Nov 29, 2023
1 parent 8d08abb commit 8a14d31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/minio.js
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,6 @@ Client.prototype.removeBucket = callbackify(Client.prototype.removeBucket)
Client.prototype.listBuckets = callbackify(Client.prototype.listBuckets)

Client.prototype.statObject = callbackify(Client.prototype.statObject)
Client.prototype.removeObject = callbackify(Client.prototype.removeObject)
Client.prototype.putObjectRetention = callbackify(Client.prototype.putObjectRetention)
Client.prototype.putObject = callbackify(Client.prototype.putObject)
Client.prototype.fPutObject = callbackify(Client.prototype.fPutObject)
Expand Down

0 comments on commit 8a14d31

Please sign in to comment.