| /external/aws-crt-java/ |
| D | .gitmodules | 1 [submodule "aws-common-runtime/aws-c-common"] 2 path = crt/aws-c-common 3 url = https://github.com/awslabs/aws-c-common.git 4 [submodule "aws-common-runtime/aws-c-io"] 5 path = crt/aws-c-io 6 url = https://github.com/awslabs/aws-c-io.git 7 [submodule "aws-common-runtime/aws-c-compression"] 8 path = crt/aws-c-compression 9 url = https://github.com/awslabs/aws-c-compression.git 10 [submodule "aws-common-runtime/aws-c-cal"] [all …]
|
| D | CMakeLists.txt | 3 project(aws-crt-jni C) 4 option(BUILD_DEPS "Builds aws common runtime dependencies as part of build" ON) 50 set(ANDROID_DEPS_DIR ${CMAKE_CURRENT_SOURCE_DIR}/target/cmake-build/deps/${ANDROID_ABI}) 55 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/crt/aws-c-common/cmake") 60 add_subdirectory(crt/aws-c-common) 66 # temporarily disable certain warnings as errors for the aws-lc build 69 check_c_compiler_flag(-Wno-stringop-overflow HAS_WNO_STRINGOP_OVERFLOW) 71 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-stringop-overflow") 74 check_c_compiler_flag(-Wno-array-parameter HAS_WNO_ARRAY_PARAMETER) 76 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-array-parameter") [all …]
|
| D | CONTRIBUTING.md | 14 …ttps://github.com/awslabs/aws-crt-java/issues), or [recently closed](https://github.com/awslabs/aw… 28 3. You open an issue to discuss any significant work - we would hate for your time to be wasted. 40 …es additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and 41 [creating a pull request](https://help.github.com/articles/creating-a-pull-request/). 45 …ct's source formatting rules. To correct any formatting problems run `git-clang-format` before sub… 48 …ion/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-crt-java/labels/help%2… 52 This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-con… 53 For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or co… 54 opensource-codeofconduct@amazon.com with any additional questions or comments. 58 … we ask that you notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amaz… [all …]
|
| /external/aws-crt-java/android/ |
| D | ANDROID.md | 1 # AWS CRT Android 3 This document provides information about building and using the AWS CRT Java with Android. 7 API documentation: https://awslabs.github.io/aws-crt-java/ 9 This SDK is built on the AWS Common Runtime, a collection of libraries 10 ([aws-c-common](https://github.com/awslabs/aws-c-common), 11 [aws-c-io](https://github.com/awslabs/aws-c-io), 12 [aws-c-mqtt](https://github.com/awslabs/aws-c-mqtt), 13 [aws-c-http](https://github.com/awslabs/aws-c-http), 14 [aws-c-cal](https://github.com/awslabs/aws-c-cal), 15 [aws-c-auth](https://github.com/awslabs/aws-c-auth), [all …]
|
| /external/aws-sdk-java-v2/.changes/2.1.x/ |
| D | 2.1.4.json | 2 "date": "2018-12-07", 6 "category": "AWS CodeDeploy", 8 "description": "Supporting AWS CodeDeploy" 11 "category": "AWS SDK for Java v2", 18 "description": "Turns off trailing checksums when using SSE-C or SSE-KMS" 26 "category": "Netty NIO Async HTTP Client", 31 "category": "AWS SDK for Java v2", 38 …ng 404. See [#123](https://github.com/aws/aws-sdk-java-v2/issues/123), [#544](https://github.com/a… 41 "category": "AWS SDK for Java v2", 46 "category": "Netty NIO Async HTTP Client", [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | aws-sigv4.md | 1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: aws-sigv4 5 Protocols: HTTP 7 Help: AWS V4 signature auth 8 Category: auth http 11 See-also: 12 - basic 13 - user [all …]
|
| /external/tink/cc/integration/awskms/ |
| D | tink_cc_awskms_deps.bzl | 1 """Tink C++ AWS-KMS Integration Dependencies.""" 3 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") 6 """Loads dependencies for Tink C++ AWS-KMS.""" 8 # Release from 2020-06-01 12 url = "https://github.com/aws/aws-sdk-cpp/archive/1.7.345.tar.gz", 14 strip_prefix = "aws-sdk-cpp-1.7.345", 21 url = "https://github.com/awslabs/aws-c-common/archive/v0.4.29.tar.gz", 23 strip_prefix = "aws-c-common-0.4.29", 30 url = "https://github.com/awslabs/aws-c-event-stream/archive/v0.1.4.tar.gz", 32 strip_prefix = "aws-c-event-stream-0.1.4", [all …]
|
| /external/aws-sdk-java-v2/changelogs/ |
| D | 2.1.x-CHANGELOG.md | 1 # __2.1.4__ __2018-12-07__ 3 - ### Features 4 - Supporting AWS CodeDeploy 7 - ### Features 8 - Add `modifyException` API to `ExecutionInterceptor`. 9 - Add application/gzip mime type 10 - Update spot bugs version to 3.1.9 11 - Updated to the latest service models. 13 - ### Bugfixes 14 … - Fix infinite stream of results bug in auto paginator APIs when the next token is an empty string [all …]
|
| /external/aws-crt-java/.github/workflows/ |
| D | ci.yml | 5 branches-ignore: 6 - 'main' 7 - 'docs' 13 PACKAGE_NAME: aws-crt-java 14 LINUX_BASE_IMAGE: ubuntu-18-x64 15 RUN: ${{ github.run_id }}-${{ github.run_number }} 19 AWS_REGION: us-east-1 20 AWS_DEVICE_FARM_REGION: us-west-2 # Device Farm only available in us-west-2 region 23 linux-compat: 24 runs-on: ubuntu-22.04 # latest [all …]
|
| /external/aws-sdk-java-v2/services/elasticloadbalancingv2/src/main/resources/codegen-resources/ |
| D | examples-1.json | 8 …"arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-balancer/50dc6c495c0… 17 "Value": "digital-media" 28 "id": "elbv2-add-tags-1", 37 …"TargetGroupArn": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2… 41 …"LoadBalancerArn": "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-b… 43 "Protocol": "HTTP" 50 …"TargetGroupArn": "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targets/73e2… 54 …"ListenerArn": "arn:aws:elasticloadbalancing:us-west-2:123456789012:listener/app/my-load-balancer/… 55 …"LoadBalancerArn": "arn:aws:elasticloadbalancing:us-west-2:123456789012:loadbalancer/app/my-load-b… 57 "Protocol": "HTTP" [all …]
|
| /external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/ |
| D | EndpointOverrideEndpointResolutionTest.java | 8 * http://aws.amazon.com/apache2.0 41 import software.amazon.awssdk.http.SdkHttpFullRequest; 46 import software.amazon.awssdk.testutils.service.http.MockSyncHttpClient; 71 AwsBasicCredentials.create("dummy-key", "dummy-secret"))) in EndpointOverrideEndpointResolutionTest() 75 … .overrideConfiguration(c -> c.putAdvancedOption(SdkAdvancedClientOption.SIGNER, mockSigner)) in EndpointOverrideEndpointResolutionTest() 80 AwsBasicCredentials.create("dummy-key", "dummy-secret"))) in EndpointOverrideEndpointResolutionTest() 98 .overrideConfiguration(c -> c.signer(mockSigner)) in EndpointOverrideEndpointResolutionTest() 102 …Mockito.when(mockSigner.sign(any(), any())).thenAnswer(r -> r.getArgument(0, SdkHttpFullRequest.cl… in EndpointOverrideEndpointResolutionTest() 103 …Mockito.when(mockSigner.presign(any(), any())).thenAnswer(r -> r.getArgument(0, SdkHttpFullRequest… in EndpointOverrideEndpointResolutionTest() 104 … .copy(h -> h.putRawQueryParameter("X-Amz-SignedHeaders", "host"))); in EndpointOverrideEndpointResolutionTest() [all …]
|
| D | EndpointOverrideTest.java | 8 * http://aws.amazon.com/apache2.0 50 .serviceConfiguration(c -> c.pathStyleAccessEnabled(true)) in setup() 57 .serviceConfiguration(c -> c.pathStyleAccessEnabled(true)) in setup() 62 return "http://localhost:" + mockServer.port(); in getEndpoint() 65 //https://github.com/aws/aws-sdk-java-v2/issues/437 71 … .withBody("<?xml version=\"1.0\"?><GetObjectResult xmlns=\"http://s3" in getObjectAsync_shouldNotThrowNPE() 72 … + ".amazonaws.com/doc/2006-03-01\"></GetObjectResult>"))); in getObjectAsync_shouldNotThrowNPE() 73 assertThat(s3AsyncClient.getObject(b -> b.bucket("test").key("test").build(), in getObjectAsync_shouldNotThrowNPE() 81 … .withStatus(200).withBody("<?xml version=\"1.0\"?><GetObjectResult xmlns=\"http://s3" in getObject_shouldNotThrowNPE() 82 … + ".amazonaws.com/doc/2006-03-01\"></GetObjectResult>"))); in getObject_shouldNotThrowNPE() [all …]
|
| /external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/endpointproviders/ |
| D | EndpointInterceptorTests.java | 8 * http://aws.amazon.com/apache2.0 31 import software.amazon.awssdk.http.auth.spi.scheme.AuthScheme; 32 import software.amazon.awssdk.http.auth.spi.signer.AsyncSignRequest; 33 import software.amazon.awssdk.http.auth.spi.signer.AsyncSignedRequest; 34 import software.amazon.awssdk.http.auth.spi.signer.BaseSignRequest; 35 import software.amazon.awssdk.http.auth.spi.signer.HttpSigner; 36 import software.amazon.awssdk.http.auth.spi.signer.SignRequest; 37 import software.amazon.awssdk.http.auth.spi.signer.SignedRequest; 55 .overrideConfiguration(o -> o.addExecutionInterceptor(interceptor) in sync_hostPrefixInjectDisabled_hostPrefixNotAdded() 59 assertThatThrownBy(() -> client.operationWithHostPrefix(r -> {})) in sync_hostPrefixInjectDisabled_hostPrefixNotAdded() [all …]
|
| D | AwsEndpointProviderUtilsTest.java | 8 * http://aws.amazon.com/apache2.0 37 import software.amazon.awssdk.http.SdkHttpMethod; 38 import software.amazon.awssdk.http.SdkHttpRequest; 147 URI requestUri = URI.create("https://override.example.com/a/c"); in setUri_combinesPathsCorrectly() 156 .isEqualTo("https://override.example.com/a/b/c"); in setUri_combinesPathsCorrectly() 162 URI requestUri = URI.create("https://override.example.com/a//c"); in setUri_doubleSlash_combinesPathsCorrectly() 171 .isEqualTo("https://override.example.com/a/b//c"); in setUri_doubleSlash_combinesPathsCorrectly() 190 URI url = URI.create("https://foo.aws"); in addHostPrefix_prefixIsNull_returnsUnModified() 200 URI url = URI.create("https://foo.aws"); in addHostPrefix_prefixIsEmpty_returnsUnModified() 210 URI url = URI.create("https://foo.aws"); in addHostPrefix_prefixPresent_returnsPrefixPrepended() [all …]
|
| /external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/s3express/ |
| D | S3ExpressHttpSignerSigV4DelegateTest.java | 8 * http://aws.amazon.com/apache2.0 20 import static software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner.SERVICE_SIGNING_NAM… 21 import static software.amazon.awssdk.http.auth.aws.signer.AwsV4HttpSigner.REGION_NAME; 25 import software.amazon.awssdk.http.ContentStreamProvider; 26 import software.amazon.awssdk.http.SdkHttpFullRequest; 27 import software.amazon.awssdk.http.SdkHttpMethod; 28 import software.amazon.awssdk.http.auth.aws.signer.AwsV4HttpSigner; 29 import software.amazon.awssdk.http.auth.spi.signer.HttpSigner; 30 import software.amazon.awssdk.http.auth.spi.signer.SignRequest; 31 import software.amazon.awssdk.http.auth.spi.signer.SignedRequest; [all …]
|
| /external/aws-sdk-java-v2/services/ecs/src/main/resources/codegen-resources/ |
| D | examples-1.json | 12 "clusterArn": "arn:aws:ecs:us-east-1:012345678910:cluster/my_cluster", 27 "id": "to-create-a-new-cluster-1472514079365", 35 "serviceName": "ecs-simple-service", 40 "clusterArn": "arn:aws:ecs:us-east-1:012345678910:cluster/default", 41 "createdAt": "2016-08-29T16:13:47.298Z", 48 "createdAt": "2016-08-29T16:13:47.298Z", 50 "id": "ecs-svc/9223370564342348388", 54 … "taskDefinition": "arn:aws:ecs:us-east-1:012345678910:task-definition/hello_world:6", 55 "updatedAt": "2016-08-29T16:13:47.298Z" 58 "createdAt": "2016-08-29T15:52:44.481Z", [all …]
|
| /external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/core/auth/policy/ |
| D | Resource.java | 8 * http://aws.amazon.com/apache2.0 19 * Represents a resource involved in an AWS access control policy statement. 20 * Resources are the service specific AWS entities owned by your account. Amazon 22 * examples of AWS resources. 24 * The standard way of specifying an AWS resource is with an Amazon Resource 27 * The resource is C in the statement 28 * "A has permission to do B to C where D applies." 34 * Constructs a new AWS access control policy resource. Resources are 39 * <b>{@code arn:aws:<vendor>:<region>:<namespace>:<relative-id>}</b> 42 * <li>vendor identifies the AWS product (e.g., sns)</li> [all …]
|
| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_AWS_SIGV4.md | 1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLOPT_HEADEROPT (3) 9 - CURLOPT_HTTPAUTH (3) 10 - CURLOPT_HTTPHEADER (3) 11 - CURLOPT_PROXYAUTH (3) 13 - HTTP 14 --- [all …]
|
| /external/aws-sdk-java-v2/services/s3control/src/test/java/software/amazon/awssdk/services/s3control/ |
| D | EndpointOverrideEndpointResolutionTest.java | 8 * http://aws.amazon.com/apache2.0 37 import software.amazon.awssdk.http.AbortableInputStream; 38 import software.amazon.awssdk.http.HttpExecuteResponse; 39 import software.amazon.awssdk.http.SdkHttpFullRequest; 40 import software.amazon.awssdk.http.SdkHttpResponse; 45 import software.amazon.awssdk.testutils.service.http.MockSyncHttpClient; 67 AwsBasicCredentials.create("dummy-key", "dummy-secret"))) in EndpointOverrideEndpointResolutionTest() 72 … .overrideConfiguration(c -> c.putAdvancedOption(SdkAdvancedClientOption.SIGNER, mockSigner)) in EndpointOverrideEndpointResolutionTest() 82 …Mockito.when(mockSigner.sign(any(), any())).thenAnswer(r -> r.getArgument(0, SdkHttpFullRequest.cl… in EndpointOverrideEndpointResolutionTest() 83 …Mockito.when(mockSigner.presign(any(), any())).thenAnswer(r -> r.getArgument(0, SdkHttpFullRequest… in EndpointOverrideEndpointResolutionTest() [all …]
|
| /external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/ |
| D | Log.java | 3 * SPDX-License-Identifier: Apache-2.0. 22 private static final String LOG_DESTINATION_PROPERTY_NAME = "aws.crt.log.destination"; 23 private static final String LOG_FILE_NAME_PROPERTY_NAME = "aws.crt.log.filename"; 24 private static final String LOG_LEVEL_PROPERTY_NAME = "aws.crt.log.level"; 60 // aws-c-common 64 // aws-c-io 78 // aws-c-http 87 // aws-c-mqtt 92 // aws-c-auth 98 // aws-c-event-stream [all …]
|
| /external/tink/go/integration/awskms/ |
| D | aws_kms_client.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 "github.com/aws/aws-sdk-go/aws" 29 "github.com/aws/aws-sdk-go/aws/credentials" 30 "github.com/aws/aws-sdk-go/aws/session" 31 "github.com/aws/aws-sdk-go/service/kms" 32 "github.com/aws/aws-sdk-go/service/kms/kmsiface" 38 awsPrefix = "aws-kms://" 47 // awsClient is a wrapper around an AWS SDK provided KMS client that can 63 // WithCredentialPath instantiates the underlying AWS KMS client using the 67 // console or an INI-style credentials file. [all …]
|
| /external/aws-sdk-java-v2/docs/design/core/metrics/ |
| D | Design.md | 49 CloudWatch](https://aws.amazon.com/cloudwatch/) and [Client Side 50 Monitoring](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/sdk-metrics.html) 51 (also known as AWS SDK Metrics for Enterprise Support). 73 … .overrideConfiguration(c -> c.addMetricPublisher(metricPublisher)) 98 … .overrideConfiguration(c -> c.addMetricPublisher(metricPublisher)) 128 **System Property:** `aws.metricPublishingEnabled=true` 138 …metric publishers is loaded automatically using the same mechanism currently used to discover HTTP 139 clients. This means that including the `cloudwatch-metric-publisher` module and enabling the system… 140 environment variable above is sufficient to enable metric publishing to CloudWatch on all AWS clien… 142 The set of "Global Metric Publishers" is static and is used for *all* AWS SDK clients instantiated … [all …]
|
| /external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/ |
| D | RegionSetTest.java | 8 * http://aws.amazon.com/apache2.0 16 package software.amazon.awssdk.http.auth.aws; 23 import static software.amazon.awssdk.http.auth.aws.RegionSetTest.Case.tc; 30 import software.amazon.awssdk.http.auth.aws.signer.RegionSet; 36 tc("us-west-2", "us-west-2", Arrays.asList("us-west-2")), 37 tc("us-east-1,us-west-2", "us-east-1,us-west-2", Arrays.asList("us-east-1", "us-west-2")), 38 tc(" us-west-2 ", "us-west-2", Arrays.asList("us-west-2")), 39 … tc(" us-east-1, us-west-2 ", "us-east-1,us-west-2", Arrays.asList("us-east-1", "us-west-2")), 40 … tc(" a,b ,c ,d ,e ,f , g ", "a,b,c,d,e,f,g", Arrays.asList("a", "b", "c", "d", "e", "f", "g")) 53 tc(Arrays.asList("us-west-2"), "us-west-2", Arrays.asList("us-west-2")), [all …]
|
| /external/aws-sdk-java-v2/buildspecs/ |
| D | release-javadoc.yml | 4 JAVA_HOME: "/usr/lib/jvm/java-21-amazon-corretto/" 8 - apt-get update; apt-get install -y java-21-amazon-corretto-jdk 9 - update-alternatives --auto javac 10 - update-alternatives --auto java 11 - pip install awscli==1.19.34 --upgrade --user 15 - DOC_PATH='s3://aws-java-sdk-javadoc/java/api' 19 …- python ./scripts/doc_crosslinks/generate_cross_link_data.py --apiDefinitionsBasePath ./services/… 20 - mvn install -P quick -T1C 21 …- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -Dskip… 22 …- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive … [all …]
|
| /external/aws-sdk-java-v2/services/rds/src/test/java/software/amazon/awssdk/services/rds/internal/ |
| D | PresignRequestHandlerTest.java | 8 * http://aws.amazon.com/apache2.0 41 import software.amazon.awssdk.http.SdkHttpFullRequest; 42 import software.amazon.awssdk.http.SdkHttpRequest; 54 private static final Region DESTINATION_REGION = Region.of("us-west-2"); 75 ….sourceDBSnapshotIdentifier("arn:aws:rds:us-east-1:123456789012:snapshot:rds:test-instance-ss-2016… in testComputesPresignedUrlCorrectly() 76 .targetDBSnapshotIdentifier("test-instance-ss-copy-2") in testComputesPresignedUrlCorrectly() 77 .sourceRegion("us-east-1") in testComputesPresignedUrlCorrectly() 78 … .kmsKeyId("arn:aws:kms:us-west-2:123456789012:key/11111111-2222-3333-4444-555555555555") in testComputesPresignedUrlCorrectly() 81 Calendar c = new GregorianCalendar(); in testComputesPresignedUrlCorrectly() local 82 c.setTimeZone(TimeZone.getTimeZone("UTC")); in testComputesPresignedUrlCorrectly() [all …]
|