Files
openstack-manuals/doc/user-guides/source/managing-openstack-object-storage-with-swift-cli.rst
Andreas Jaeger 5db746f9e8 User Guides: Rename playground-user-guide to user-guides
Move files to final place.

Change-Id: I3e88ce145f05daafb23c0516cd9da75a92b62e3c
2015-04-03 19:19:10 +02: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_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