Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Create Container Comparison

Samuel A. Falvo II edited this page Sep 18, 2013 · 8 revisions

Creating a Container with OpenStack

Creating a container requires at least two, and at most three, things:

  • Account ID (query parameter; apparently a tenant ID? OpenStack docs are ambiguous here)
  • Container name (query parameter)
  • Metadata (optional, encoded in headers)

Returns 201 if successful.

Creating a Container with S3

Clone this wiki locally