]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_rest_client.cc
import ceph 12.2.12
[ceph.git] / ceph / src / rgw / rgw_rest_client.cc
index 22bbfe80f363fed7245dcdc3b856671be04d2aee..fada94f57643ae069d1b9f4f47462dd4b52656a1 100644 (file)
@@ -123,7 +123,7 @@ int RGWRESTSimpleRequest::execute(RGWAccessKey& key, const char *method, const c
   map<string, string> meta_map;
   map<string, string> sub_resources;
   rgw_create_s3_canonical_header(method, NULL, NULL, date_str.c_str(),
-                            meta_map, new_url.c_str(), sub_resources,
+                            meta_map, meta_map, new_url.c_str(), sub_resources,
                             canonical_header);
 
   string digest;