From 72f093e22339e825e86e3378ea59c93bb5ab3cd3 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Thu, 23 Feb 2017 15:44:17 +0100 Subject: [PATCH] delete-me: log path for requests Signed-off-by: Abhishek Lekshmanan --- src/rgw/rgw_sync_module_aws.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rgw/rgw_sync_module_aws.cc b/src/rgw/rgw_sync_module_aws.cc index 96d1ebbd0c425..df948cb67c0e1 100644 --- a/src/rgw/rgw_sync_module_aws.cc +++ b/src/rgw/rgw_sync_module_aws.cc @@ -76,7 +76,10 @@ public: } ldout(sync_env->cct,0) << "abhi: download complete, printing object"<< dendl; yield { + // TODO: actually create buckets if they dont' exist, we currently just + // create object, assuming buckets are already there string path=aws_object_name(bucket_info, key); + ldout(sync_env->cct,0) << "abhi sending request to " << conf.conn << " path" << path << dendl; call(new RGWPutRawRESTResourceCR (sync_env->cct, conf.conn, sync_env->http_manager, path, nullptr, -- 2.39.5