
Point to WADL files that generate the API Reference page so that the method descriptions and request and response parameters are consistent between these two docs: http://api.openstack.org/api-ref-objectstorage.html (API Reference page for Object Storage) http://docs.openstack.org/api/openstack-object-storage/1.0/ (API Reference (or spec) for Object Storage) Add descriptions of ACLs, FormPOST, TempURLs, StaticWeb, Bulk Upload, Bulk Delete, the OPTIONS operation (though this is implicit in CORS support) Validate all code examples Remove duplication. Co-Author: Donagh McCabe Closes-Bug: #1187119 Closes-Bug: #1214139 Closes-Bug: #1074198 Partial-Bug: #1255770 Change-Id: I94054b046a94260ba8825bdb42439adfcaf9fdce author: diane fleming
21 lines
1017 B
XML
21 lines
1017 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
|
xml:id="storage-container-services">
|
|
<title>Storage container services</title>
|
|
<para>Lists objects, creates and delete containers, and gets,
|
|
creates, updates, or deletes container metadata.</para>
|
|
<wadl:resources xmlns:wadl="http://wadl.dev.java.net/2009/02">
|
|
<wadl:resource
|
|
href="http://git.openstack.org/cgit/openstack/api-site/plain/api-ref/src/wadls/object-api/src/os-object-api-1.0.wadl#container">
|
|
<wadl:method href="#listObjects"/>
|
|
<wadl:method href="#createcontainer"/>
|
|
<wadl:method href="#deletecontainer"/>
|
|
<wadl:method href="#retrievecontainermeta"/>
|
|
<wadl:method href="#updateacontainermeta"/>
|
|
<wadl:method href="#deletecontainermeta"/>
|
|
</wadl:resource>
|
|
</wadl:resources>
|
|
</section>
|