- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 89字
- 2021-07-02 23:19:18
Accessing the Ceph object storage using S3 API
Amazon Web Services offer Simple Storage Service (S3) that provides storage through web interfaces such as REST. Ceph extends its compatibility with S3 through the RESTful API. S3 client applications can access Ceph object storage based on access and secret keys.
S3 also requires a DNS server in place as it uses the virtual host bucket naming convention, that is, <object_name>.<RGW_Fqdn>. For example, if you have a bucket named jupiter, then it would be accessible over HTTP via the URL, http://jupiter.rgw-node1.cephcookbook.com.
推薦閱讀
- Python Artificial Intelligence Projects for Beginners
- Hands-On Machine Learning on Google Cloud Platform
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 計算機網絡安全
- 嵌入式操作系統
- 走近大數據
- 多媒體制作與應用
- Ansible 2 Cloud Automation Cookbook
- SQL Server數據庫應用基礎(第2版)
- 從零開始學JavaScript
- WOW!Photoshop CS6完全自學寶典
- 30天學通Java Web項目案例開發
- 中老年人學電腦與上網
- Generative Adversarial Networks Projects
- PyTorch深度學習