We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883e0c8 commit 095e0f7Copy full SHA for 095e0f7
lib/api/bucketPutCors.js
@@ -73,7 +73,7 @@ function bucketPutCors(authInfo, request, log, callback) {
73
}
74
pushMetric(METRICS_ACTION, log, { authInfo, bucket: bucketName });
75
monitoring.promMetrics('PUT', bucketName, '200', METRICS_ACTION);
76
- return callback(null);
+ return callback(null, corsHeaders);
77
});
78
79
0 commit comments