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 f4979d8 commit 6f6ce99Copy full SHA for 6f6ce99
test/rs.test.js
@@ -128,9 +128,11 @@ describe('test start bucket manager', function() {
128
129
bucketManager.changeHeaders(bucket, key, {
130
'Content-Type': 'text/plain',
131
- 'Cache-Control': 'public, max-age=31566000',
+ 'Last-Modified': 'Wed, 21 Oct 2015 07:28:00 GMT',
132
+ 'x-qn-test-custom-header': '0',
133
},
134
function (err, respBody, respInfo) {
135
+ console.log(respInfo);
136
should.not.exist(err);
137
assert.equal(respInfo.statusCode, 200);
138
done();
0 commit comments