Skip to content

Commit

Permalink
Delete the old_presigning inlineable module (#2689)
Browse files Browse the repository at this point in the history
## Motivation and Context
This module was supposed to be removed with the crate reorganization
cleanup, but was missed. This PR removes it.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
jdisanti authored and david-perez committed May 22, 2023
1 parent 0a3de1e commit e2c6497
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 284 deletions.
2 changes: 0 additions & 2 deletions aws/rust-runtime/aws-inlineable/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ pub mod no_credentials;

/// Support types required for adding presigning to an operation in a generated service.
pub mod presigning;
// TODO(CrateReorganization): Delete the `old_presigning` module
pub mod old_presigning;

/// Special logic for extracting request IDs from S3's responses.
pub mod s3_request_id;
Expand Down
282 changes: 0 additions & 282 deletions aws/rust-runtime/aws-inlineable/src/old_presigning.rs

This file was deleted.

0 comments on commit e2c6497

Please sign in to comment.