do-spaces-0.1.0: tests/data/list-bucket.xml
<?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Name>static-images</Name>
<Prefix/>
<MaxKeys>1000</MaxKeys>
<IsTruncated>false</IsTruncated>
<Contents>
<Key>example.txt</Key>
<LastModified>2017-07-13T18:40:46.777Z</LastModified>
<ETag>"b3a92f49e7ae64acbf6b3e76f2040f5e"</ETag>
<Size>14</Size>
<StorageClass>STANDARD</StorageClass>
<Owner>
<ID>6174283</ID>
<DisplayName>6174283</DisplayName>
</Owner>
</Contents>
<Contents>
<Key>sammy.png</Key>
<LastModified>2017-07-14T17:44:03.597Z</LastModified>
<ETag>"fb08934ef619f205f272b0adfd6c018c"</ETag>
<Size>35369</Size>
<StorageClass>STANDARD</StorageClass>
<Owner>
<ID>6174283</ID>
<DisplayName>6174283</DisplayName>
</Owner>
</Contents>
</ListBucketResult>