php-opencloud
  • Installation
  • Setup
  • Block Storage v2
  • Block Storage v3
  • Compute v2
  • Identity v2
  • Identity v3
  • Images v2
  • Networking v2
  • Object Store v1
    • Create Service
    • Account
    • Containers
    • Objects
php-opencloud
  • Object Store v1
  • View page source

Object Store v1

Object store (Swift) API Version 1. Swift is a highly available, distributed, eventually consistent object/blob store. Organizations can use Swift to store lots of data efficiently, safely, and cheaply.

More information can be found in the official documentation.

  • Create Service
  • Account
    • Read
    • Get account metadata
    • Replace all metadata with new values
    • Merge new metadata values with existing
  • Containers
    • Read
    • Delete
    • List
    • Get metadata
    • Replace all metadata with new values
    • Merge new metadata values with existing
  • Objects
    • Create
      • Create a large object (over 5GB)
    • Read
    • Delete
    • List
    • Download an object
    • Copy object
    • Get metadata
    • Replace all metadata with new values
    • Merge new metadata values with existing
Previous Next

© Copyright 2015-2023, PHP OpenCloud & contributors.

Built with Sphinx using a theme provided by Read the Docs.