diff --git a/openstack-object-storage-dev/samples/slo-manifest-example.txt b/openstack-object-storage-dev/samples/slo-manifest-example.txt index 11b926d..d0e5166 100644 --- a/openstack-object-storage-dev/samples/slo-manifest-example.txt +++ b/openstack-object-storage-dev/samples/slo-manifest-example.txt @@ -1,16 +1,16 @@ [ { - "path": "/mycontainer/objseg1", + "path": "mycontainer/objseg1", "etag": "0228c7926b8b642dfb29554cd1f00963", "size_bytes": 1468006 }, { - "path": "/mycontainer/pseudodir/seg-obj2", + "path": "mycontainer/pseudodir/seg-obj2", "etag": "5bfc9ea51a00b790717eeb934fb77b9b", "size_bytes": 1572864 }, { - "path": "/other-container/seg-final", + "path": "other-container/seg-final", "etag": "b9c3da507d2557c1ddc51f27c54bae51", "size_bytes": 256 }