Skip to content

Commit 05c5ffd

Browse files
committed
fixup! CLDSRV-750: add Server Access Logs
1 parent e3f515d commit 05c5ffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/metadata/metadataUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const { processBytesToWrite, validateQuotas } = require('../api/apiUtils/quotas/
1212

1313
function storeServerAccessLogInfo(request, authInfo, bucket) {
1414
if (request &&
15+
request.serverAccessLog &&
1516
authInfo &&
1617
bucket &&
1718
bucket.getBucketLoggingStatus() &&

0 commit comments

Comments
 (0)