<?xml version='1.0' encoding='UTF-8'?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
  <Name>www</Name>
  <Prefix/>
  <KeyCount>2</KeyCount>
  <MaxKeys>2</MaxKeys>
  <IsTruncated>true</IsTruncated>
  <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>