MCPcopy Index your code
hub / github.com/scality/cloudserver / createEmptyLoggingXML

Function createEmptyLoggingXML

tests/unit/api/bucketPutLogging.js:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58function createEmptyLoggingXML() {
59 return '<?xml version="1.0" encoding="UTF-8"?>' +
60 '<BucketLoggingStatus xmlns="http://doc.s3.amazonaws.com/2006-03-01" />';
61}
62
63describe('bucketPutLogging API', () => {
64 beforeEach(done => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected