]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
aws: remove comment
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 27 Feb 2017 16:43:46 +0000 (17:43 +0100)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 10 Apr 2018 15:03:11 +0000 (08:03 -0700)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
src/rgw/rgw_sync_module_aws.cc

index 433972d3dbdcc42f82fab7a5893e7995a804ba0c..4a9fbfc9e43061721d7ab7bc228a222561461552 100644 (file)
@@ -219,7 +219,6 @@ int RGWAWSSyncModule::create_instance(CephContext *cct, map<string, string>& con
   if (i != config.end())
     secret = i->second;
 
-    // maybe we should just pass dictionaries around?
   instance->reset(new RGWAWSSyncModuleInstance(cct, s3_endpoint, access_key, secret));
   return 0;
 }