Skip to content

Instantly share code, notes, and snippets.

@spjmurray
Last active August 29, 2015 14:07
Show Gist options
  • Save spjmurray/a16369a16b842e2a47ab to your computer and use it in GitHub Desktop.
Save spjmurray/a16369a16b842e2a47ab to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Name>test</Name>
<Prefix></Prefix>
<Marker></Marker>
<MaxKeys>1000</MaxKeys>
<IsTruncated>false</IsTruncated>
<Contents>
<Key>summer.jpg</Key>
<LastModified>2014-10-02T14:44:38.000Z</LastModified>
<ETag>"7d334ffca1ad22819597a1e3ac06d2ac"</ETag>
<Size>72533</Size>
<StorageClass>STANDARD</StorageClass>
<Owner>
<ID>simon</ID>
<DisplayName>Simon Murray</DisplayName>
</Owner>
</Contents>
</ListBucketResult>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment