Sean McGrail
Sean McGrail
A little bit more nuanced, but I think this highlights that it is worth creating a developer guide documentation page to help clarify the behaviors when using the S3 client...
Need to port the V1 SDK customization that set the `Expect: 100-continue` header for HTTP PUT operations that were larger 2 MB or streaming bodies where the content-length is unknown....
EC2 IMDS Client does not attach the [RequestResponseLogger](https://pkg.go.dev/github.com/aws/smithy-go/transport/http#RequestResponseLogger) deserialize middleware which results in the ClientLogMode options being ignored. Additionally the IMDS client does not call [AddSetLoggerMiddleware](https://pkg.go.dev/github.com/aws/[email protected]/middleware#AddSetLoggerMiddleware) to register the clients...
Provide a `Reset` method on an operation paginator, allowing for a paginator definition to be reused again without requiring the paginator to be reconstructed.
Implementation of the Smithy Rules Engine Language
The `SyntheticClone` trait is applied to synthetic types that are both clones and not clones. This should be renamed to `Synthetic` to reflect the proper usage of the type.
Good find. I think this logic must have been duplicated elsewhere. Also something phjordon@ suggested to me few weeks back - that I liked. ``` String v = String.format("payload :=...
Middleware steps should allow for a `slot` to be added to a given step via an `AddSlot` and `InsertSlot` API. A slot would be a named position with the middleware...
Middleware steps should allow for one ore more "tags" to be applied to a middleware when performing an Insert/Add operation for a given step. Tags could then be used to...
https://github.com/aws/aws-sdk-go-v2/blob/4b5d0ddcae9bb5134c0756befbe12512d9f4d6b7/config/shared_config.go#L1120-L1133