Skip to content

Commit

Permalink
feat: migrate from rusoto to aws-sdk-rust (#126)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryota Sakamoto <[email protected]>
  • Loading branch information
ryota-sakamoto authored May 21, 2024
1 parent ba5de0a commit 9c275f1
Show file tree
Hide file tree
Showing 20 changed files with 1,774 additions and 1,722 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@ env:
# We treat all findings as error to notify its status for maintainers.
# If we need to temporarily suppress the error, we use `--ignore` option with justification.
CARGO_AUDIT_BASE_FLAGS: --quiet -D warnings -D unmaintained -D unsound -D yanked

# RUSTSEC-2022-0071
# We are working to migrate from Rusoto to AWS SDK for Rust.
# To emphasize other issues and because of not affecting the customer immediately, we disable this error.
# See: https://github.com/awslabs/dynein/pull/126
CARGO_AUDIT_IGNORE_FLAGS: --ignore RUSTSEC-2022-0071
CARGO_AUDIT_IGNORE_FLAGS:

permissions: {}

Expand Down
Loading

0 comments on commit 9c275f1

Please sign in to comment.