Commit Graph

5 Commits

Author SHA1 Message Date
Ryan Schmitt cf8c834f95
Upgrade to Gradle 8.3 (#2984)
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2023-09-14 19:34:55 +00:00
Russell Cohen edb1394561
Upgrade to Gradle 7 (#1411)
* Upgrade to Gradle 7

* Document the upgrade and update changelogs
2022-06-23 12:27:43 -04:00
John DiSanti a0539e20b0
Fix `SPDX-License-Identifier` in header comments (#1377)
* Fix misc whitespace with pre-commit

* Revise copyright check in `sdk-lints`

* Fix `SPDX-License-Identifier` in header comments
2022-05-09 09:50:46 -05:00
Russell Cohen 4f898068b8
Aws config connector timeouts (#740)
* Add Timeouts to the HyperAdapter

This commit comes at timeouts from two directions:
1. Adds Connect & HTTP read timeouts to the Hyper Adapter in smithy-client
2. Refactors aws-config to use these providers and sets a custom configuration for IMDS

* Cache https connector with lazy_static

* Cleanups, docs naming

* Factor never service out of test_connection to fixup the dependency issues

* bring back hyper sanity test

* fix docs & clippy

* remove link to native_tls, it can't be built with default features

* Add missing copyright headers

* CR feedback

* cr feedback

* Fix docs

* remove license from test file

* Bring back the tokio license

* Update rust-runtime/smithy-client/src/hyper_impls.rs

fix typo

Co-authored-by: John DiSanti <jdisanti@amazon.com>

Co-authored-by: John DiSanti <jdisanti@amazon.com>
2021-10-06 13:35:24 -04:00
Russell Cohen 5c77e437be Add gradle files 2020-10-28 11:01:13 -04:00