API v1
Copyright © 2010, 2011, 2012, 2013, 2014 OpenStack Foundation
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2014-04-22
Abstract
This reference is for software developers who develop applications by using the OpenStack™ Object Storage Application Programming Interface (API) v1.
Contents
- Preface
- 1. Object Storage API concepts and features
- Object Storage API overview
- Environment variables required to run examples
- Discoverability
- Authentication
- Serialized response formats
- Object versioning
- Large objects
- Assign CORS headers to requests
- Use Content-Encoding metadata
- Use the Content-Disposition metadata
- Schedule objects for deletion
- Pseudo-hierarchical folders and directories
- Page through large lists of containers or objects
- Auto-extract archive files
- Bulk delete
- Container synchronization
- Container quotas
- Temporary URL middleware
- Form POST middleware
- Create static website
- 2. Object Storage API operations
- 3. Object Storage API examples