tiny-storage-client
Version:
Tiny node client to request distributed AWS S3 or the OpenStack Swift Object Storage.
36 lines • 1.17 kB
text/xml
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Name>www</Name>
<Prefix/>
<KeyCount>4</KeyCount>
<MaxKeys>1000</MaxKeys>
<IsTruncated>false</IsTruncated>
<Contents>
<Key>file-1.docx</Key>
<LastModified>2023-03-07T17:03:54.000Z</LastModified>
<ETag>"7ad22b1297611d62ef4a4704c97afa6b"</ETag>
<Size>61396</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>
<Contents>
<Key>file-2.odt</Key>
<LastModified>2023-03-07T17:03:56.000Z</LastModified>
<ETag>"fa5678c105413929aa8f800b7a944d8e"</ETag>
<Size>358358</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>
<Contents>
<Key>document-1.docx</Key>
<LastModified>2023-03-07T17:03:59.000Z</LastModified>
<ETag>"a55b475be5fc06d42e1baf84231253ce"</ETag>
<Size>236208</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>
<Contents>
<Key>document-2.odt</Key>
<LastModified>2023-03-02T07:18:55.000Z</LastModified>
<ETag>"fde6d729123cee4db6bfa3606306bc8c"</ETag>
<Size>11822</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>
</ListBucketResult>