]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Implement POST object to publicly writeable buckets.
authorcaleb miles <caselim@gmail.com>
Thu, 27 Sep 2012 23:28:35 +0000 (19:28 -0400)
committerYehuda Sadeh <yehuda@inktank.com>
Tue, 23 Oct 2012 17:42:40 +0000 (10:42 -0700)
commit256bd62d215f03554aaa4e183624b33ca734337c
tree32b6be9848b19f8204b76cf06096141598a9b128
parent0ec45201f51b44e3d34a04e4680125cdfd1f181e
rgw: Implement POST object to publicly writeable buckets.

The S3 API supports object upload using POST requests, for browser based
uploads, the specification is described at:

http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTObjectPOST.html

In response to feature request 771:

http://tracker.newdream.net/issues/771

Signed-off-by: caleb miles <caleb.miles@inktank.com>
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rest.cc
src/rgw/rgw_rest.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_s3.h