Skip to content

Commit

Permalink
fix external types check
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Jul 16, 2024
1 parent 288badd commit 9208e8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
with:
tool: [email protected]
- name: check-external-types
run: cargo check-external-types --all-features
run: cargo check-external-types --all-features --config external-types.toml
working-directory: aws-s3-transfer-manager

check-deny:
Expand Down
8 changes: 4 additions & 4 deletions aws-s3-transfer-manager/external-types.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
allowed_external_types = [
"aws_sdk_s3::operation::get_object::builders::GetObjectFluentBuilder",
"aws_sdk_s3::operation::get_object::_get_object_input::GetObjectInputBuilder",
"aws_sdk_s3::operation::get_object::GetObjectError",
"aws_sdk_s3::operation::head_object::HeadObjectError",
"aws_sdk_s3::*",
"aws_types::sdk_config::SdkConfig",
"aws_smithy_runtime_api::*",
"aws_smithy_types::*",
"tokio::runtime::task::error::JoinError",
"bytes::bytes::Bytes",
]

0 comments on commit 9208e8f

Please sign in to comment.