File: index.rst

package info (click to toggle)
swift 2.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,768 kB
  • sloc: python: 197,574; sh: 636; pascal: 253; makefile: 69; xml: 32
file content (165 lines) | stat: -rw-r--r-- 4,007 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
..
      Copyright 2010-2012 OpenStack Foundation
      All Rights Reserved.

      Licensed under the Apache License, Version 2.0 (the "License"); you may
      not use this file except in compliance with the License. You may obtain
      a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

      Unless required by applicable law or agreed to in writing, software
      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
      License for the specific language governing permissions and limitations
      under the License.

=================================
Welcome to Swift's documentation!
=================================

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

This documentation is generated by the Sphinx toolkit and lives in the source
tree.  Additional documentation on Swift and other components of OpenStack can
be found on the `OpenStack wiki`_ and at http://docs.openstack.org.

.. _`OpenStack wiki`: http://wiki.openstack.org

.. note::

    If you're looking for associated projects that enhance or use Swift, please see the :ref:`associated_projects` page.


.. toctree::
    :maxdepth: 1

    getting_started

Overview and Concepts
=====================

.. toctree::
    :maxdepth: 1

    api/object_api_v1_overview
    overview_architecture
    overview_ring
    overview_policies
    overview_reaper
    overview_auth
    overview_acl
    overview_replication
    ratelimit
    overview_large_objects
    overview_object_versioning
    overview_global_cluster
    overview_container_sync
    overview_expiring_objects
    cors
    crossdomain
    overview_erasure_code
    overview_encryption
    overview_backing_store
    overview_container_sharding
    ring_background
    ring_partpower
    associated_projects

Developer Documentation
=======================

.. toctree::
    :maxdepth: 1

    development_guidelines
    development_saio
    first_contribution_swift
    policies_saio
    development_auth
    development_middleware
    development_ondisk_backends

Administrator Documentation
===========================

.. toctree::
    :maxdepth: 1

    howto_installmultinode
    deployment_guide
    apache_deployment_guide
    admin_guide
    replication_network
    logs
    ops_runbook/index
    admin/index
    install/index

Object Storage v1 REST API Documentation
========================================

See `Complete Reference for the Object Storage REST API <http://developer.openstack.org/api-ref/object-storage/>`_

The following provides supporting information for the REST API:

.. toctree::
    :maxdepth: 1

    api/object_api_v1_overview.rst
    api/discoverability.rst
    api/authentication.rst
    api/container_quotas.rst
    api/object_versioning.rst
    api/large_objects.rst
    api/temporary_url_middleware.rst
    api/form_post_middleware.rst
    api/use_content-encoding_metadata.rst
    api/use_the_content-disposition_metadata.rst
    api/pseudo-hierarchical-folders-directories.rst
    api/pagination.rst
    api/serialized-response-formats.rst
    api/static-website.rst
    api/object-expiration.rst
    api/bulk-delete.rst

S3 Compatibility Info
=====================

.. toctree::
    :maxdepth: 1

    s3_compat

OpenStack End User Guide
========================

The `OpenStack End User Guide <http://docs.openstack.org/user-guide>`_
has additional information on using Swift.
See the `Manage objects and containers <http://docs.openstack.org/user-guide/managing-openstack-object-storage-with-swift-cli.html>`_
section.


Source Documentation
====================

.. toctree::
    :maxdepth: 2

    ring
    proxy
    account
    container
    db
    object
    misc
    middleware


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`