From: wangyingbin Date: Tue, 27 Oct 2020 11:40:25 +0000 (+0800) Subject: doc:Add a description of the put obj API X-Git-Tag: v18.0.0~549^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2fb28bed72539ef423eef33a686766b51040a43a;p=ceph.git doc:Add a description of the put obj API Add the reference document of put obj API, web address https://docs.ceph.com/en/latest/dev/radosgw/s3_compliance/ Signed-off-by: wangyingbin --- diff --git a/doc/dev/radosgw/s3_compliance.rst b/doc/dev/radosgw/s3_compliance.rst index cba37068b0f..e6880ddfc7d 100644 --- a/doc/dev/radosgw/s3_compliance.rst +++ b/doc/dev/radosgw/s3_compliance.rst @@ -284,13 +284,13 @@ S3 Documentation reference : http://docs.aws.amazon.com/AmazonS3/latest/API/REST +---------+---------------------------+------------+---------------------------------------------------------------------------------------------------------+-------------+ | POST | Object restore | ? | | | +---------+---------------------------+------------+---------------------------------------------------------------------------------------------------------+-------------+ -| PUT | Object | Yes | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L481 | -| | | | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L493 | -| | | | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L507 | -| | | | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L1786 | -| | | | https://github.com/ceph/ceph/blob/b139a7cd34b4e203ab164ada7a8fa590b50d8b13/src/rgw/rgw_op.cc#L1119 | -| | | | https://github.com/ceph/ceph/blob/b139a7cd34b4e203ab164ada7a8fa590b50d8b13/src/rgw/rgw_op.cc#L1217 | -| | | | https://github.com/ceph/ceph/blob/b139a7cd34b4e203ab164ada7a8fa590b50d8b13/src/rgw/rgw_op.cc#L1222 | | | +| PUT | Object | Yes | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L481 | | +| | | | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L493 | | +| | | | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L507 | | +| | | | https://github.com/ceph/ceph/blob/8a2eb18494005aa968b71f18121da8ebab48e950/src/rgw/rgw_rest_s3.cc#L1786 | | +| | | | https://github.com/ceph/ceph/blob/b139a7cd34b4e203ab164ada7a8fa590b50d8b13/src/rgw/rgw_op.cc#L1119 | | +| | | | https://github.com/ceph/ceph/blob/b139a7cd34b4e203ab164ada7a8fa590b50d8b13/src/rgw/rgw_op.cc#L1217 | | +| | | | https://github.com/ceph/ceph/blob/b139a7cd34b4e203ab164ada7a8fa590b50d8b13/src/rgw/rgw_op.cc#L1222 | | +---------+---------------------------+------------+---------------------------------------------------------------------------------------------------------+-------------+ | PUT | Object acl | Yes | | | +---------+---------------------------+------------+---------------------------------------------------------------------------------------------------------+-------------+