AWS SDK for C++

AWS SDK for C++ Version 1.11.832

Loading...
Searching...
No Matches
S3TransferManagerConfiguration.h
1
6#pragma once
7
8#include <aws/core/client/GenericClientConfiguration.h>
9#include <aws/s3-transfer/S3Transfer_EXPORTS.h>
10
11namespace Aws {
12namespace S3 {
13namespace Transfer {
16
18
19 S3TransferManagerConfiguration(const char* profileName, bool shouldDisableIMDS = false);
20
21 S3TransferManagerConfiguration(bool useSmartDefaults, const char* defaultMode = "legacy", bool shouldDisableIMDS = false);
22
24
25 private:
26 void LoadS3TransferManagerSpecificConfig(const Aws::String& profileName);
27};
28} // namespace Transfer
29} // namespace S3
30} // namespace Aws
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
S3TransferManagerConfiguration(const char *profileName, bool shouldDisableIMDS=false)
S3TransferManagerConfiguration(bool useSmartDefaults, const char *defaultMode="legacy", bool shouldDisableIMDS=false)
S3TransferManagerConfiguration(const Aws::Client::ClientConfigurationInitValues &configuration={})
S3TransferManagerConfiguration(const Aws::Client::ClientConfiguration &config)