matt beary

Results 48 comments of matt beary

MFA is working for me, by [authenticating in the CLI](https://aws.amazon.com/premiumsupport/knowledge-center/authenticate-mfa-cli/) and using `--use-env-vars`

Per [the spec](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#data-types): "to support documentation needs, the format property is an open string-valued property, and can have any value. [...] Tools that do not recognize a specific format MAY...

+1 to this - it's very unclear how users are intended to mock interactions with this client for unit testing our code. I agree with your & russcam's comments on...

For anybody else looking for a solution, you can use reflection shenanigans to at least mock out the underlying transport although you end up tied into the implementation of the...

it looks like #32 addressed this when you're deploying separate rotators for each set of password requirements, but that doesn't solve the issue very generally. Would it be acceptable to...

@johnmanko that doesn't really resolve the issue that the jar cannot legally be licensed under Apache 2, it just adds the Apache 2 label to the jar in violation of...

either this project needs to be licensed under GPLv3, or the FreeFont files need to be removed from the repo

Keeping the individual code files themselves Apache2 licensed should be just fine, but anything that includes the FreeFont files (such as the jar, or the repo as a whole at...

correctly updating the template's code URI would probably require changes in the SDK as well, to return the result of the underlying put operation: https://github.com/aws/aws-sdk-net/blob/7c88eeceb52869892adb1fe50c3f06c8f1a6b126/sdk/src/Services/S3/Custom/Transfer/Internal/_async/SimpleUploadCommand.async.cs#L42