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