]> git.proxmox.com Git - ceph.git/blame - ceph/doc/radosgw/index.rst
import quincy beta 17.1.0
[ceph.git] / ceph / doc / radosgw / index.rst
CommitLineData
91327a77
AA
1.. _object-gateway:
2
7c673cae
FG
3=====================
4 Ceph Object Gateway
5=====================
6
7:term:`Ceph Object Gateway` is an object storage interface built on top of
8``librados`` to provide applications with a RESTful gateway to
9Ceph Storage Clusters. :term:`Ceph Object Storage` supports two interfaces:
10
11#. **S3-compatible:** Provides object storage functionality with an interface
12 that is compatible with a large subset of the Amazon S3 RESTful API.
13
14#. **Swift-compatible:** Provides object storage functionality with an interface
15 that is compatible with a large subset of the OpenStack Swift API.
16
17Ceph Object Storage uses the Ceph Object Gateway daemon (``radosgw``), which is
31f18b77 18an HTTP server for interacting with a Ceph Storage Cluster. Since it
7c673cae
FG
19provides interfaces compatible with OpenStack Swift and Amazon S3, the Ceph
20Object Gateway has its own user management. Ceph Object Gateway can store data
9f95a23c 21in the same Ceph Storage Cluster used to store data from Ceph File System clients
7c673cae
FG
22or Ceph Block Device clients. The S3 and Swift APIs share a common namespace, so
23you may write data with one API and retrieve it with the other.
24
f91f0fd5
TL
25.. ditaa::
26
27 +------------------------+ +------------------------+
7c673cae
FG
28 | S3 compatible API | | Swift compatible API |
29 +------------------------+-+------------------------+
30 | radosgw |
31 +---------------------------------------------------+
32 | librados |
33 +------------------------+-+------------------------+
34 | OSDs | | Monitors |
35 +------------------------+ +------------------------+
36
37.. note:: Ceph Object Storage does **NOT** use the Ceph Metadata Server.
38
39
40.. toctree::
41 :maxdepth: 1
42
94b18763 43 HTTP Frontends <frontends>
11fdf7f2 44 Pool Placement and Storage Classes <placement>
7c673cae 45 Multisite Configuration <multisite>
9f95a23c 46 Multisite Sync Policy Configuration <multisite-sync-policy>
31f18b77 47 Configuring Pools <pools>
7c673cae
FG
48 Config Reference <config-ref>
49 Admin Guide <admin>
50 S3 API <s3>
f6b5b4d7 51 Data caching and CDN <rgw-cache.rst>
7c673cae
FG
52 Swift API <swift>
53 Admin Ops API <adminops>
54 Python binding <api>
224ce89b 55 Export over NFS <nfs>
7c673cae
FG
56 OpenStack Keystone Integration <keystone>
57 OpenStack Barbican Integration <barbican>
9f95a23c 58 HashiCorp Vault Integration <vault>
f67539c2 59 KMIP Integration <kmip>
11fdf7f2 60 Open Policy Agent Integration <opa>
7c673cae
FG
61 Multi-tenancy <multitenancy>
62 Compression <compression>
224ce89b 63 LDAP Authentication <ldap-auth>
7c673cae 64 Server-Side Encryption <encryption>
31f18b77 65 Bucket Policy <bucketpolicy>
11fdf7f2
TL
66 Dynamic bucket index resharding <dynamicresharding>
67 Multi factor authentication <mfa>
68 Sync Modules <sync-modules>
eafe8130 69 Bucket Notifications <notifications>
7c673cae 70 Data Layout in RADOS <layout>
9f95a23c 71 STS <STS>
11fdf7f2 72 STS Lite <STSLite>
9f95a23c 73 Keycloak <keycloak>
20effc67 74 Session Tags <session-tags>
11fdf7f2 75 Role <role>
f67539c2 76 Orphan List and Associated Tooling <orphans>
f91f0fd5 77 OpenID Connect Provider <oidc>
7c673cae
FG
78 troubleshooting
79 Manpage radosgw <../../man/8/radosgw>
80 Manpage radosgw-admin <../../man/8/radosgw-admin>
9f95a23c 81 QAT Acceleration for Encryption and Compression <qat-accel>
f67539c2
TL
82 S3-select <s3select>
83 Lua Scripting <lua-scripting>
20effc67
TL
84 D3N Data Cache <d3n_datacache>
85 Cloud Transition <cloud-transition>
11fdf7f2 86