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