Name Date Size #Lines LOC

..--

BUILD.bazelH A D25-Apr-2025461 2622

README.mdH A D25-Apr-2025935 1713

access_keys_bad.csvH A D25-Apr-202594 32

credentials.credH A D25-Apr-202596 43

credentials.csvH A D25-Apr-2025196 42

credentials.iniH A D25-Apr-2025116 43

credentials_bad.csvH A D25-Apr-2025115 32

credentials_bad.iniH A D25-Apr-2025116 43

key_arn.txtH A D25-Apr-202576 21

key_arn_bad.txtH A D25-Apr-202576 21

README.md

1This folder contains AWS credentials that are used for testing Tink.
2
3For security reasons, all credentials in this folder are invalid. If you want to
4run tests that depend on them, please create your own [AWS access
5keys][aws-access-keys].
6
7The credentials are required in several formats expected by different APIs. For
8example, Java expects the credentials as a [properties file][properties-file].
9In order to cover all tests across all languages you have to replace
10`aws/credentials.cred`, `aws/credentials.csv` and `aws/credentials.ini`. These
11can be generated in a similar way to this [credential copying
12script][copy-credentials-script].
13
14[aws-access-keys]: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html
15[properties-file]: https://docs.aws.amazon.com/AmazonS3/latest/dev/AuthUsingAcctOrUserCredentials.html
16[copy-credentials-script]: https://github.com/google/tink/blob/master/kokoro/copy_credentials.sh
17