Kenneth Daily
Kenneth Daily
Here's the Secrets Manager page on issues with eventual consistency: https://docs.aws.amazon.com/secretsmanager/latest/userguide/troubleshoot.html#troubleshoot_general_eventual-consistency
I'm happy to announce that the ability to configure the endpoint URL via the shared configuration file and environment variables is now available in the AWS Python SDK! You can...
Hi @jaidisido, I'm trying to reproduce. Locally, changing the user agent with `user_agent_extra` works OK: ``` import boto3 import botocore botocore.session.Session().set_debug_logger('') uss = "hithere" # Create a config session_config =...
Hi @jaidisido, thanks for the update. It seems likely that it's on CloudTrail, but I'll try to replicate. Can you confirm my second question: > What CloudTrail does if you...
With my reproduction, I think I can confirm that the user agent appears as a list element even without `user_agent_extra`: ``` "eventTime": "2021-03-24T17:49:46Z", "eventSource": "s3.amazonaws.com", "eventName": "ListObjects", "awsRegion": "us-west-2", "sourceIPAddress":...
I can also confirm that the user agent for the AWS CLI is not the only one that ends up as a list. I'll check on this with the CloudTrail...
@dependabot rebase
Hi @buptwxd2, Thanks for your post. Can you provide more details as to how you corrupted the object in step 3?
@buptwxd2, The documentation you referred to is for the high level `aws s3` commands, not for the low level `aws s3api` commands. The `aws s3api` commands you are using are...
Hi @buptwxd2, Can you please provide debug logs (add `--debug` to your command) showing what happens in this case? Please redact any sensitive information. Thanks! Edit: I'm also reviewing the...