Skip to content

Latest commit

 

History

History
99 lines (84 loc) · 5.05 KB

s3.rst

File metadata and controls

99 lines (84 loc) · 5.05 KB

Ceph 对象网关的 S3 兼容 API

Ceph 支持 REST 风格的 API ,它与亚马逊 S3 API 的基本数据访问模型兼容。

API

.. toctree::
   :maxdepth: 1

   常见的 <s3/commons>
   认证 <s3/authentication>
   Service Ops <s3/serviceops>
   Bucket Ops <s3/bucketops>
   Object Ops <s3/objectops>
   C++ <s3/cpp>
   C# <s3/csharp>
   Java <s3/java>
   Perl <s3/perl>
   PHP <s3/php>
   Python <s3/python>
   Ruby <s3/ruby>


功能支持情况

下面的表格列出了对亚马逊 S3 功能的支持情况:

功能 状态 备注
List Buckets 支持  
Delete Bucket 支持  
Create Bucket 支持 Different set of canned ACLs
Bucket Lifecycle 支持 支持过期文件的删除
Policy (Buckets, Objects) 不支持 ACLs are supported
Bucket Website 支持  
Bucket ACLs (Get, Put) 支持 Different set of canned ACLs
Bucket Location 支持  
Bucket Notification 不支持  
Bucket Object Versions 支持  
Get Bucket Info (HEAD) 支持  
Bucket Request Payment 支持  
Put Object 支持  
Delete Object 支持  
Get Object 支持  
Object ACLs (Get, Put) 支持  
Get Object Info (HEAD) 支持  
POST Object 支持  
Copy Object 支持  
Multipart Uploads 支持  

不支持的 Header 字段

下列的通用请求头部字段尚不支持:

名称 类型
x-amz-security-token Request
Server Response
x-amz-delete-marker Response
x-amz-id-2 Response
x-amz-version-id Response