<?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
  <Name>example-bucket</Name>
  <Prefix></Prefix>
  <Marker></Marker>
  <MaxKeys>1000</MaxKeys>
  <IsTruncated>false</IsTruncated>
  <CommonPrefixes>
    <Prefix>documents/</Prefix>
  </CommonPrefixes>
  <CommonPrefixes>
    <Prefix>images/</Prefix>
  </CommonPrefixes>
  <CommonPrefixes>
    <Prefix>videos/</Prefix>
  </CommonPrefixes>
  <Contents>
    <Key>documents/report.pdf</Key>
    <LastModified>2023-05-15T10:30:45.000Z</LastModified>
    <ETag>&quot;a1b2c3d4e5f67890a1b2c3d4e5f67890&quot;</ETag>
    <Size>1048576</Size>
    <StorageClass>STANDARD</StorageClass>
    <Owner>
      <ID>A1B2C3D4E5F6G7H8I9J0</ID>
      <DisplayName>bucket-owner</DisplayName>
    </Owner>
  </Contents>
  <Contents>
    <Key>images/photo.jpg</Key>
    <LastModified>2023-06-20T14:22:18.000Z</LastModified>
    <ETag>&quot;f0e1d2c3b4a59876543210f0e1d2c3b4&quot;</ETag>
    <Size>2097152</Size>
    <StorageClass>STANDARD</StorageClass>
    <Owner>
      <ID>A1B2C3D4E5F6G7H8I9J0</ID>
      <DisplayName>bucket-owner</DisplayName>
    </Owner>
  </Contents>
  <Contents>
    <Key>videos/presentation.mp4</Key>
    <LastModified>2023-07-05T09:15:32.000Z</LastModified>
    <ETag>&quot;1234567890abcdef1234567890abcdef&quot;</ETag>
    <Size>15728640</Size>
    <StorageClass>STANDARD_IA</StorageClass>
    <Owner>
      <ID>A1B2C3D4E5F6G7H8I9J0</ID>
      <DisplayName>bucket-owner</DisplayName>
    </Owner>
  </Contents>
</ListBucketResult>
