Steve Yoo
Steve Yoo
Thanks for raising this issue with us. The root cause is that the generated key file inherits permissions from the directory created by Python's `tempfile.TemporaryDirectory`, which recently changed. I opened...
@CharlesReinhardt It looks like you're using an AWS CLI v2 binary built locally (something like `pip install -e .`) using Python 3.11.0b4. You wouldn't be able to reproduce this issue...
@CharlesReinhardt In general, we avoid adding dependencies since they can compound existing technical debt (eg version conflicts). If we can't get a long-term fix upstream, I'd prefer finding a simpler...
Hi everyone, this issue was resolved in https://github.com/aws/aws-cli/pull/9552 and released in version 2.27.56. Upgrading to the latest version should help. Please let us know if you're experiencing other issues.
Beginning with AWS CLI v2.27.51, the published Docker images now use Amazon Linux 2023 as the base image. Please see our announcement for more details: https://github.com/aws/aws-cli/issues/9586
Okay so prompt-toolkit began identifying its version using `importlib.metadata.version` [[source]](https://github.com/prompt-toolkit/python-prompt-toolkit/commit/68e3c3981f785f810578cd099e48de38fb2ad359). There are 2 issues here.. 1. The AWS CLI looks for certain path finders and wraps them inside a custom...
Hey @tgauth, are there any updates you can share regarding this ask? > I was curious if maintainers would be open to allowing `OWNER RIGHTS` provided that the owner is...