Skip to content

Commit

Permalink
fix(S3): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Dec 25, 2024
1 parent fc5de53 commit 47c8cf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/fdb5/s3/S3RootManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "eckit/log/Log.h"
#include "fdb5/LibFdb5.h"
#include "fdb5/config/Config.h"
#include "fdb5/s3/S3Root.h"

#include <ostream>
#include <string>
Expand Down Expand Up @@ -59,10 +58,6 @@ auto loadS3(const Config& config) -> eckit::LocalConfiguration {
std::string configPath;
if (s3Config.has("configuration")) { configPath = s3Config.getString("configuration"); }
session.loadClients(configPath);

// const auto roots = s3Config.getSubConfigurations("roots");
// eckit::Log::info() << "----------> serversPath: " << serversPath << std::endl;
// session.loadClients(serversPath);
}

return s3Config;
Expand Down
2 changes: 0 additions & 2 deletions tests/fdb/s3/test_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

#include "eckit/config/YAMLConfiguration.h"
#include "eckit/filesystem/PathName.h"
#include "eckit/filesystem/TmpDir.h"
#include "eckit/filesystem/TmpFile.h"
#include "eckit/filesystem/URI.h"
#include "eckit/io/DataHandle.h"
#include "eckit/io/MemoryHandle.h"
Expand Down

0 comments on commit 47c8cf4

Please sign in to comment.