]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: aws4: add AWS4 auth support for S3 Post Object API
authorJavier M. Mellid <jmunhoz@igalia.com>
Fri, 10 Mar 2017 12:55:21 +0000 (13:55 +0100)
committerRadoslaw Zarzynski <rzarzynski@mirantis.com>
Wed, 7 Jun 2017 10:43:14 +0000 (12:43 +0200)
commitac1a3f4a71d209d1b8adf33d25a50d58881cb8d2
treeac4a1d02410e78417b0f3d0af16796450f583273
parenta88896ac517adc063ed43daa3b398cf7e26cd47b
rgw: aws4: add AWS4 auth support for S3 Post Object API

RGW S3 supports HTTP POST requests so users can upload content directly.

This patch adds AWS v4 to handle form data properly.

Fixes: http://tracker.ceph.com/issues/18800
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
src/rgw/rgw_auth_s3.cc
src/rgw/rgw_auth_s3.h
src/rgw/rgw_rest_s3.cc