Jordon Phillips
Jordon Phillips
Source boto/boto3#929 This is because we wrap them with the `InterruptReader` which [closes](https://github.com/boto/s3transfer/blob/develop/s3transfer/upload.py#L100) them on exit.
We added a few service-specific protocol tests earlier this year, and in doing that we created hand-curated subsets of the services in question. I've heard feedback that this is difficult...
Right now there is nothing to enforce that documentation examples are actually valid Smithy models. While somebody might run an example through validation when they initially commit it, things can...
This updates the node validator to add a timestamp validation strategy that will accept any one of the valid timestamp formats if there is no timestamp format trait. This can...
This adds a section to the docs to discuss guidance and reccomendations for implementing Smithy clients. Currently this is only covers HTTP interfaces, but it is intended to be expanded...
This updates smithy-docgen to pull examples from shared snippet files generated by other build plugins. It pulls these from both explicit configuration as well as from the projection-local shared space....