Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Configure a cluster in to a storage cloud (such as cloud.com, below) that allows users in one storage domain (my.cloud.com) securely access content separately from other users:

...

A cluster administrator creates the domain either using the Swarm Admin Console or programmatically, with an SCSP command. Buckets and data objects must be created in a domain (tenanted), so plan to create domains first.

Best practices

 These actions make URLs and cURL commands as simple as possible:

...

The bucket must be created prior to storing a named object since named objects exist within buckets.

Info

Important

Never Do not write named objects without specifying a bucket (with a path like http://cluster.example.com/testfile.txt): performing this creates the object as a bucket. Buckets are treated differently , and are not meant to contain a content body.

...