Static Large Objects in OpenStack Object Storage API v1 Reference - API v1

Change-Id: I37d4db39e8aae593866b26e5e851a1b1e774e9fc
Closes-Bug: #1266421
This commit is contained in:
Takuma Watanabe 2014-02-24 17:27:30 +09:00
parent 7b9130be28
commit 621d407aab
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
[ [
{ {
"path": "/mycontainer/objseg1", "path": "mycontainer/objseg1",
"etag": "0228c7926b8b642dfb29554cd1f00963", "etag": "0228c7926b8b642dfb29554cd1f00963",
"size_bytes": 1468006 "size_bytes": 1468006
}, },
{ {
"path": "/mycontainer/pseudodir/seg-obj2", "path": "mycontainer/pseudodir/seg-obj2",
"etag": "5bfc9ea51a00b790717eeb934fb77b9b", "etag": "5bfc9ea51a00b790717eeb934fb77b9b",
"size_bytes": 1572864 "size_bytes": 1572864
}, },
{ {
"path": "/other-container/seg-final", "path": "other-container/seg-final",
"etag": "b9c3da507d2557c1ddc51f27c54bae51", "etag": "b9c3da507d2557c1ddc51f27c54bae51",
"size_bytes": 256 "size_bytes": 256
} }