awslabs / aws-sdk-swift

Apache License 2.0
359 stars 71 forks source link

Wrap up sigv4/sigv4a separation #1595

Open sichanyoo opened 1 week ago

sichanyoo commented 1 week ago

Pending HTTP modularization, wrap up sigv4 and sigv4a separation. Move sigv4 things to smithy-swift from aws-sdk-swift. Also, check status on sigv4a trait vs. rules based sigv4a in services and update implementation accordingly.

sichanyoo commented 4 days ago

Blocked on HTTP modularization due to circular dependency.