You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎉 Add S3 support. S3 is the first protocol to use our new XML serializers which increases the likelihood of undiscovered issues. In addition, virtual addressing, dualstack and transfer acceleration are not currently supported. Please try it out and let us know if you run into any problems! (Add "S3 preview" service + codegen updates #398) 🎉
Add request/response tracing. These can be enabled via tracing subscriber by setting: RUST_LOG='smithy_http_tower::dispatch=trace,smithy_http::middleware=trace' (Add request/response traces #397)
The Authorization and x-amz-security-token headers are now marked as sensitive and will be omitted from logs even when full request/response tracing is enabled
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New This Week
RUST_LOG='smithy_http_tower::dispatch=trace,smithy_http::middleware=trace'
(Add request/response traces #397)ByteStream
can now be created fromPath
andFile
viaByteStream::from_path
(Add support for file-based ByteSteam #412)write_all_buf
(Update example code to use write_all_buf method #408, @LMJW)Authorization
andx-amz-security-token
headers are now marked as sensitive and will be omitted from logs even when full request/response tracing is enabledUpdates to internals:
x-amz-useragent
andx-amz-date
headers are now signed (required for S3)Contributors:
This release will be built into
aws-sdk-rust:v0.0.5-alpha
Thanks!
This discussion was created from the release May 25th 2021: S3 & SSM support.
Beta Was this translation helpful? Give feedback.
All reactions