Table of Contents
- Title and Copyright Information
- 1 About ZFS Object Store
-
2
OpenStack Object Storage API
- Supported OpenStack Object Storage API Capabilities
- Swift Command-Line Client
-
Swift Examples
- List containers using the default path
- List containers using a specified share location
- List objects in a container
- Create/upload object to container
- Download container
- Delete container
- Download object
- Delete object
- Set metadata to an object
- Get metadata from an object
- Upload a large file with segments using Dynamic Large Object
- Download large file uploaded using Dynamic Large Object
- Bulk Delete or Bulk Upload
-
Curl Command-Line Examples
- Get authorization token
- Create a container
- List containers in plain text format
- List containers in json format
- List objects inside a container
- List objects inside a container in json format
- Upload a local file image.jpg to a container
- Delete an object from a container
- Download an object to the local filesystem
- Set user metadata to an object
- Get metadata of an object
- Copy an object from one container to another container
- Versioning Objects