Kenneth Daily

Results 157 comments of Kenneth Daily
trafficstars

Hi @parshnt, This looks like a server-side validation error. Can you please provide the output with debugging turned on? You can add `boto3.set_stream_logger('')` to your code to do this. Please...

Hi @juliensimon, Thanks for your request. Waiters are implemented by the AWS service team for use by all AWS SDKs. I will pass on this feature request and let you...

Hi @usamec, Thanks for the feature request. I understand it doesn't help you find out which file was the issue (or how many), but you can determine if something failed....

Hi @junqfisica, Thanks for writing in. I'm not able to reproduce, using `boto3==1.21.43`. Here's what I get: ``` In [2]: import boto3 ...: client = boto3.client('s3') In [3]: response =...

Hi @jsumners and @Suncatcher, thanks for asking. Marking this as needs discussion.

As an update to this, please refer to the recently published [AWS SDKs and Tools Maintenance Policy](https://docs.aws.amazon.com/credref/latest/refdocs/maint-policy.html). The AWS CLI v1 is still in general availability phase.

Hi @jeremydonahue, I added a comment at https://github.com/aws/aws-cli/issues/4374#issuecomment-1251306126. The main concern is that the AWS CLI can write to other directories as well, for example, the AWS SSO cache at...

Reopening on behalf of @dhx-mike-palandra, reported this is still an issue in #2828. I will check in with the CloudFormation team on this. Thanks!

Hi @dennismdan, Thanks for writing in. This looks like an eventual consistency issue with the secrets manager API. The `MalformedPolicyDocumentException` is coming from the server, not the client, so there...