]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix opslog uri as per Amazon s3 16958/head
authorJiaying Ren <jiaying.ren@umcloud.com>
Thu, 10 Aug 2017 07:21:32 +0000 (15:21 +0800)
committerJiaying Ren <jiaying.ren@umcloud.com>
Tue, 17 Oct 2017 06:07:48 +0000 (14:07 +0800)
commit96bb12a158ab899ec219d88e140499a4e27b4ba5
treea6ae60005ab748e07a8e1da9a053ad51feecfa37
parent2809fbf14254d3886e7c233e8e1ebe18ae6d0ff0
rgw: fix opslog uri as per Amazon s3

According to s3[1], current Request-URI opslog entry are missing:

+ request method
+ query string
+ http version number

[1] http://docs.aws.amazon.com/AmazonS3/latest/dev/LogFormat.html

Fixes: http://tracker.ceph.com/issues/20971
Reported-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
src/rgw/rgw_asio_client.cc
src/rgw/rgw_civetweb.cc
src/rgw/rgw_log.cc