diff options
author | Abhishek Lekshmanan <abhishek@suse.com> | 2017-02-27 17:43:46 +0100 |
---|---|---|
committer | Yehuda Sadeh <yehuda@redhat.com> | 2018-04-10 17:03:11 +0200 |
commit | b587a4573e90020b69fd6b7039725ea1e712825b (patch) | |
tree | e3919a425121cedd1ced467fb0f1552a59ed65ee | |
parent | aws: use slashes in obj name (diff) | |
download | ceph-b587a4573e90020b69fd6b7039725ea1e712825b.tar.xz ceph-b587a4573e90020b69fd6b7039725ea1e712825b.zip |
aws: remove comment
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
-rw-r--r-- | src/rgw/rgw_sync_module_aws.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rgw/rgw_sync_module_aws.cc b/src/rgw/rgw_sync_module_aws.cc index 433972d3dbd..4a9fbfc9e43 100644 --- a/src/rgw/rgw_sync_module_aws.cc +++ b/src/rgw/rgw_sync_module_aws.cc @@ -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; } |