注意
本文档适用于 Ceph 的开发版本。
Rados Gateway S3 API 合规性
警告
本文档为草稿,可能不准确
命名代码参考
这里是关于如何在代码中命名功能以供引用的BNF定义
name ::= request_type "_" ( header | operation ) ( "_" header_option )?
request_type ::= "req" | "res"
header ::= string
operation ::= method resource
method ::= "GET" | "PUT" | "POST" | "DELETE" | "OPTIONS" | "HEAD"
resource ::= string
header_option ::= string
常见请求头
S3 文档参考 : http://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonRequestHeaders.html
常见响应头
S3 文档参考 : http://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonResponseHeaders.html
服务操作
S3 文档参考 : http://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceOps.html
存储桶操作
S3 文档参考 : http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
对象操作
S3 文档参考 : http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectOps.html