mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update S3Common.h
This commit is contained in:
parent
342ed093de
commit
9011d18b80
@ -23,13 +23,15 @@ public:
|
||||
|
||||
static ClientFactory & instance();
|
||||
|
||||
std::shared_ptr<Aws::S3::S3Client> create(const String & endpoint,
|
||||
const String & access_key_id,
|
||||
const String & secret_access_key);
|
||||
static std::shared_ptr<Aws::S3::S3Client> create(
|
||||
const String & endpoint,
|
||||
const String & access_key_id,
|
||||
const String & secret_access_key);
|
||||
|
||||
std::shared_ptr<Aws::S3::S3Client> create(Aws::Client::ClientConfiguration & cfg,
|
||||
const String & access_key_id,
|
||||
const String & secret_access_key);
|
||||
static std::shared_ptr<Aws::S3::S3Client> create(
|
||||
Aws::Client::ClientConfiguration & cfg,
|
||||
const String & access_key_id,
|
||||
const String & secret_access_key);
|
||||
private:
|
||||
ClientFactory();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user