darrow-olykos

Results 4 comments of darrow-olykos

Hi @Velfi and @jdisanti, out of curiosity, I started this trivial example (with only one `part`) (can wire up Rust logic that calls `upload_part` for each part of bytes read...

@rcoh Thanks! I took a look at the method again and see now how the SDK's fluent builder are structured. While this is a bit verbose, I at least have...

@rcoh Thank you for that info! Just curious, would you know someone who might know what the relationship is between `aws_sdk_s3` and `aws_smithy_http`? **Context** **Objective**: Implement example AWS S3 Rust...

Oh, whoops. You've answered this Q in #519: I see that `aws-smithy-http` is the source of truth and that `aws-sdk-s3` is generated from it. I also see that the author...