Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
cmd/bucket_cleanup/ | H | 05-Jun-2020 | - | 95 | 69 | |
integration/ | H | 05-Jun-2020 | - | 2,655 | 2,143 | |
mock/ | H | 05-Jun-2020 | - | 75 | 54 | |
sandbox/ | H | 05-Jun-2020 | - | 158 | 107 | |
unit/ | H | 05-Jun-2020 | - | 18 | 12 | |
README.md | H A D | 05-Jun-2020 | 425 | 5 | 3 | |
assert.go | H A D | 05-Jun-2020 | 6.1 KiB | 224 | 163 | |
assert_test.go | H A D | 05-Jun-2020 | 3.7 KiB | 96 | 87 | |
client.go | H A D | 05-Jun-2020 | 601 | 25 | 19 | |
custom_ca_bundle.go | H A D | 05-Jun-2020 | 5.7 KiB | 200 | 124 | |
discard.go | H A D | 05-Jun-2020 | 363 | 12 | 5 | |
endless_reader.go | H A D | 05-Jun-2020 | 352 | 13 | 5 | |
util.go | H A D | 05-Jun-2020 | 3 KiB | 129 | 81 | |
util_test.go | H A D | 05-Jun-2020 | 1.4 KiB | 76 | 64 |
README.md
1## AWS SDK for Go awstesting packages ## 2`awstesting` is a collection of packages used internally by the SDK, and is subject to have breaking changes. This package is not `internal` so that if you really need to use its functionality, and understand breaking changes will be made, you are able to. 3 4These packages will be refactored in the future so that the API generator and model parsers are exposed cleanly on their own. 5