openstack-manuals/doc/user-guide/source/managing-openstack-object-storage-with-swift-cli.rst
Matt Dorn 612359d3f4 [user-guide] Add object expiration section
Added a section in object storage section on how to expire
objects via the swift cli.

Change-Id: I9d69df509ecff4647c125eec567293a37bd27b68
Closes-Bug: 1654081
2017-01-11 09:19:05 +00:00

1.2 KiB

Manage objects and containers

The OpenStack Object Storage service provides the swift client, which is a command-line interface (CLI). Use this client to list objects and containers, upload objects to containers, and download or delete objects from containers. You can also gather statistics and update metadata for accounts, containers, and objects.

This client is based on the native swift client library, client.py, which seamlessly re-authenticates if the current token expires during processing, retries operations multiple times, and provides a processing concurrency of 10.

cli-swift-create-containers.rst cli-swift-manage-access-swift.rst cli-swift-manage-objects.rst cli-swift-env-vars.rst cli-swift-set-object-versions.rst cli-swift-set-object-expiration.rst cli-swift-serialized-response-formats.rst cli-swift-large-lists.rst cli-swift-pseudo-hierarchical-folders-directories.rst cli-swift-discoverability.rst cli-swift-large-object-creation.rst cli-swift-archive-auto-extract.rst cli-swift-bulk-delete.rst cli-swift-static-website.rst