mirror of
https://github.com/minio/minio.git
synced 2025-01-27 22:46:00 -05:00
Merge pull request #129 from fkautz/pr_out_adding_additional_entry_into_bucket_list_in_docs
This commit is contained in:
commit
2a6128a0b8
@ -63,8 +63,8 @@ HTTP/1.1 200 OK
|
|||||||
Connection: close
|
Connection: close
|
||||||
Content-Type: application/xml
|
Content-Type: application/xml
|
||||||
Server: Minio
|
Server: Minio
|
||||||
Date: Mon, 02 Feb 2015 22:07:20 GMT
|
Date: Tue, 03 Feb 2015 00:57:59 GMT
|
||||||
Content-Length: 352
|
Content-Length: 579
|
||||||
|
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ListBucketResult>
|
<ListBucketResult>
|
||||||
@ -72,6 +72,17 @@ Content-Length: 352
|
|||||||
<Marker/>
|
<Marker/>
|
||||||
<MaxKeys>1000</MaxKeys>
|
<MaxKeys>1000</MaxKeys>
|
||||||
<IsTruncated>false</IsTruncated>
|
<IsTruncated>false</IsTruncated>
|
||||||
|
<Contents>
|
||||||
|
<Key>hello</Key>
|
||||||
|
<LastModified>2015-02-02T14:52:34.914Z</LastModified>
|
||||||
|
<ETag>minio#hello</ETag>
|
||||||
|
<Size>75</Size>
|
||||||
|
<StorageClass>STANDARD</StorageClass>
|
||||||
|
<Owner>
|
||||||
|
<ID>minio</ID>
|
||||||
|
<DisplayName>minio</DisplayName>
|
||||||
|
</Owner>
|
||||||
|
</Contents>
|
||||||
<Contents>
|
<Contents>
|
||||||
<Key>one</Key>
|
<Key>one</Key>
|
||||||
<LastModified>2015-01-27T17:46:28.264Z</LastModified>
|
<LastModified>2015-01-27T17:46:28.264Z</LastModified>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user