]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: Make RGW_MAX_PUT_SIZE configurable 5183/head
authorYuan Zhou <yuan.zhou@intel.com>
Thu, 9 Jul 2015 08:56:07 +0000 (16:56 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Sat, 11 Jul 2015 05:38:15 +0000 (13:38 +0800)
commit4aa102f911db7e6928f80c421a32ac8f9f283c6e
tree8d838ad5e64034e0d6bc84c21615a1c997122060
parent5715e472e676ee5c60e277e8e3cd38c07ca8b0ab
rgw: Make RGW_MAX_PUT_SIZE configurable

The 5GB limit of a single operation uploading was part of S3 spec.
However some private setups may have some special requirements
on this limit. It's more convinent to have a configurable value.

Fixes: #6999
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/common/config_opts.h
src/rgw/rgw_common.h
src/rgw/rgw_rest.cc