CephConfig to an S3Config and reuses the exact same backend,
commands, and behavior as S3, it just points at your Ceph Rados Gateway
endpoint_url and uses path-style addressing by default.
Ceph RGW is self-hosted, so endpoint_url is required (there is no
region-derived host). Uses aioboto3 against the gateway’s S3-compatible API.
Config
READ and WRITE modes are supported.
Example
Notes
- Ceph reports
VFSName.S3and routes through the samecore/s3implementation, so the full S3 shell-command set applies. See the S3 VFS for the complete command reference, range reads, streaming, and the index cache fast path. - For credential setup, see Ceph Setup.