AWS SDK for C++
AWS SDK for C++
|
#include <aws/s3/S3_EXPORTS.h>
#include <aws/core/client/ClientConfiguration.h>
#include <aws/core/client/AWSClient.h>
#include <aws/core/client/AWSClientAsyncCRTP.h>
#include <aws/core/auth/AWSAuthSigner.h>
#include <aws/core/utils/xml/XmlSerializer.h>
#include <aws/core/utils/DNS.h>
#include <aws/s3/S3ServiceClientModel.h>
Go to the source code of this file.
Classes | |
class | Aws::S3::S3Client |
Namespaces | |
namespace | Aws |
namespace | Aws::S3 |
namespace | Aws::S3::SSEHeaders |
Variables | |
static const char | Aws::S3::SSEHeaders::SERVER_SIDE_ENCRYPTION [] = "x-amz-server-side-encryption" |
static const char | Aws::S3::SSEHeaders::SERVER_SIDE_ENCRYPTION_AWS_KMS_KEY_ID [] = "x-amz-server-side-encryption-aws-kms-key-id" |
static const char | Aws::S3::SSEHeaders::SERVER_SIDE_ENCRYPTION_CUSTOMER_ALGORITHM [] = "x-amz-server-side-encryption-customer-algorithm" |
static const char | Aws::S3::SSEHeaders::SERVER_SIDE_ENCRYPTION_CUSTOMER_KEY [] = "x-amz-server-side-encryption-customer-key" |
static const char | Aws::S3::SSEHeaders::SERVER_SIDE_ENCRYPTION_CUSTOMER_KEY_MD5 [] = "x-amz-server-side-encryption-customer-key-MD5" |
static const unsigned | Aws::S3::MAX_EXPIRATION_SECONDS = 7 * 24 * 60 * 60 |