diff options
author | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 13:33:55 +0300 |
---|---|---|
committer | dakovalkov <dakovalkov@yandex-team.com> | 2023-12-03 14:04:39 +0300 |
commit | 2a718325637e5302334b6d0a6430f63168f8dbb3 (patch) | |
tree | 64be81080b7df9ec1d86d053a0c394ae53fcf1fe /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/ya.make | |
parent | e0d94a470142d95c3007e9c5d80380994940664a (diff) | |
download | ydb-2a718325637e5302334b6d0a6430f63168f8dbb3.tar.gz |
Update contrib/libs/aws-sdk-cpp to 1.11.37
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/ya.make')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/ya.make | 75 |
1 files changed, 63 insertions, 12 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/ya.make b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/ya.make index bdbeda12d7..773a14e3ea 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/ya.make +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-core/ya.make @@ -13,8 +13,17 @@ LICENSE_TEXTS(.yandex_meta/licenses.list.txt) PEERDIR( contrib/libs/curl contrib/libs/openssl + contrib/libs/zlib + contrib/restricted/aws/aws-c-auth + contrib/restricted/aws/aws-c-cal contrib/restricted/aws/aws-c-common contrib/restricted/aws/aws-c-event-stream + contrib/restricted/aws/aws-c-http + contrib/restricted/aws/aws-c-io + contrib/restricted/aws/aws-c-mqtt + contrib/restricted/aws/aws-c-sdkutils + contrib/restricted/aws/aws-checksums + contrib/restricted/aws/aws-crt-cpp ) ADDINCL( @@ -26,32 +35,44 @@ NO_COMPILER_WARNINGS() NO_UTIL() CFLAGS( + -DAWS_AUTH_USE_IMPORT_EXPORT -DAWS_CAL_USE_IMPORT_EXPORT -DAWS_CHECKSUMS_USE_IMPORT_EXPORT -DAWS_COMMON_USE_IMPORT_EXPORT + -DAWS_COMPRESSION_USE_IMPORT_EXPORT + -DAWS_CRT_CPP_USE_IMPORT_EXPORT -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT + -DAWS_HTTP_USE_IMPORT_EXPORT -DAWS_IO_USE_IMPORT_EXPORT + -DAWS_MQTT_USE_IMPORT_EXPORT + -DAWS_MQTT_WITH_WEBSOCKETS + -DAWS_S3_USE_IMPORT_EXPORT + -DAWS_SDKUTILS_USE_IMPORT_EXPORT -DAWS_SDK_VERSION_MAJOR=1 - -DAWS_SDK_VERSION_MINOR=8 - -DAWS_SDK_VERSION_PATCH=186 + -DAWS_SDK_VERSION_MINOR=11 + -DAWS_SDK_VERSION_PATCH=37 + -DAWS_TEST_REGION=US_EAST_1 -DAWS_USE_EPOLL -DCURL_HAS_H2 -DCURL_HAS_TLS_PROXY + -DENABLED_REQUEST_COMPRESSION + -DENABLED_ZLIB_REQUEST_COMPRESSION -DENABLE_CURL_CLIENT -DENABLE_CURL_LOGGING -DENABLE_OPENSSL_ENCRYPTION -DHAS_PATHCONF -DHAS_UMASK - -DS2N_ADX - -DS2N_BIKE_R3_AVX2 - -DS2N_BIKE_R3_AVX512 - -DS2N_BIKE_R3_PCLMUL - -DS2N_BIKE_R3_VPCLMUL + -DS2N_CLONE_SUPPORTED -DS2N_CPUID_AVAILABLE -DS2N_FALL_THROUGH_SUPPORTED - -DS2N_HAVE_EXECINFO + -DS2N_FEATURES_AVAILABLE -DS2N_KYBER512R3_AVX2_BMI2 - -DS2N_SIKE_P434_R3_ASM + -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH + -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX + -DS2N_LIBCRYPTO_SUPPORTS_EVP_RC4 + -DS2N_MADVISE_SUPPORTED + -DS2N_PLATFORM_SUPPORTS_KTLS + -DS2N_STACKTRACE -DS2N___RESTRICT__SUPPORTED ) @@ -63,26 +84,52 @@ SRCS( source/Globals.cpp source/Region.cpp source/Version.cpp - source/auth/AWSAuthSigner.cpp - source/auth/AWSAuthSignerProvider.cpp source/auth/AWSCredentialsProvider.cpp source/auth/AWSCredentialsProviderChain.cpp source/auth/SSOCredentialsProvider.cpp source/auth/STSCredentialsProvider.cpp + source/auth/bearer-token-provider/DefaultBearerTokenProviderChain.cpp + source/auth/bearer-token-provider/SSOBearerTokenProvider.cpp + source/auth/signer-provider/BearerTokenAuthSignerProvider.cpp + source/auth/signer-provider/DefaultAuthSignerProvider.cpp + source/auth/signer/AWSAuthBearerSigner.cpp + source/auth/signer/AWSAuthEventStreamV4Signer.cpp + source/auth/signer/AWSAuthSignerCommon.cpp + source/auth/signer/AWSAuthSignerHelper.cpp + source/auth/signer/AWSAuthV4Signer.cpp + source/auth/signer/AWSNullSigner.cpp source/client/AWSClient.cpp source/client/AWSErrorMarshaller.cpp + source/client/AWSJsonClient.cpp + source/client/AWSUrlPresigner.cpp + source/client/AWSXmlClient.cpp + source/client/AdaptiveRetryStrategy.cpp source/client/AsyncCallerContext.cpp source/client/ClientConfiguration.cpp source/client/CoreErrors.cpp source/client/DefaultRetryStrategy.cpp + source/client/GenericClientConfiguration.cpp + source/client/RequestCompression.cpp source/client/RetryStrategy.cpp source/client/SpecifiedRetryableErrorsRetryStrategy.cpp - source/config/AWSProfileConfigLoader.cpp + source/config/AWSConfigFileProfileConfigLoader.cpp + source/config/AWSProfileConfigLoaderBase.cpp + source/config/ConfigAndCredentialsCacheManager.cpp + source/config/EC2InstanceProfileConfigLoader.cpp + source/config/defaults/ClientConfigurationDefaults.cpp + source/endpoint/AWSEndpoint.cpp + source/endpoint/AWSPartitions.cpp + source/endpoint/BuiltInParameters.cpp + source/endpoint/ClientContextParameters.cpp + source/endpoint/DefaultEndpointProvider.cpp + source/endpoint/EndpointProviderBase.cpp + source/endpoint/internal/AWSEndpointAttribute.cpp source/external/cjson/cJSON.cpp source/external/tinyxml2/tinyxml2.cpp source/http/HttpClient.cpp source/http/HttpClientFactory.cpp source/http/HttpRequest.cpp + source/http/HttpResponse.cpp source/http/HttpTypes.cpp source/http/Scheme.cpp source/http/URI.cpp @@ -99,6 +146,7 @@ SRCS( source/utils/DNS.cpp source/utils/DateTimeCommon.cpp source/utils/Directory.cpp + source/utils/Document.cpp source/utils/EnumParseOverflowContainer.cpp source/utils/FileSystemUtils.cpp source/utils/GetTheLights.cpp @@ -107,6 +155,7 @@ SRCS( source/utils/TempFile.cpp source/utils/UUID.cpp source/utils/base64/Base64.cpp + source/utils/crypto/CRC32.cpp source/utils/crypto/Cipher.cpp source/utils/crypto/ContentCryptoMaterial.cpp source/utils/crypto/ContentCryptoScheme.cpp @@ -130,6 +179,8 @@ SRCS( source/utils/event/EventStreamErrors.cpp source/utils/json/JsonSerializer.cpp source/utils/logging/AWSLogging.cpp + source/utils/logging/CRTLogSystem.cpp + source/utils/logging/CRTLogging.cpp source/utils/logging/ConsoleLogSystem.cpp source/utils/logging/DefaultLogSystem.cpp source/utils/logging/FormattedLogSystem.cpp |