Skip to content

Commit d6af6e2

Browse files
committed
📝 update JSDoc
Issue: CLDSRV-823
1 parent a24d60c commit d6af6e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/api/bucketGet.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,9 @@ function handleResult(listParams, requestMaxKeys, encoding, authInfo, bucketName
259259
* requester's info
260260
* @param {object} request - http request object
261261
* @param {function} log - Werelogs request logger
262+
* @param {function} callback - callback optional to keep backward compatibility
262263
* @return {Promise<object>} - object containing xml and additionalResHeaders
264+
* @throws {Error}
263265
*/
264266
async function bucketGet(authInfo, request, log, callback) {
265267
if (callback) {

0 commit comments

Comments
 (0)