Tom Keller
Tom Keller
Hello, Thank you for reporting this issue. We have released AWS CLI v1.32.25 and v2.15.13 and strongly recommend that you upgrade to address this issue. If you are unable to...
@jeffgardnerdev I did see your question about further information, which I will post here if I am able.
Here are some additional technical details on this issue if you are interested. The reason we’ve removed the `sync` command for directory buckets is what @jeffgardnerdev already noticed: there is...
This only occurs on `object` types, but I've run into this as well.
Does something like this work? ``` - uses: actions/github-script@v7 id: unset-env-vars with: script: | const variables = [ 'ENV_VAR_NAME', ]; for (const variable of variables) { if (process.env[variable]) { core.debug(`${variable}...
I suspect you're running this on EL7 (CentOS, RHEL, etc.). Although the [GitHub runner documentation](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#supported-architectures-and-operating-systems-for-self-hosted-runners) says that CentOS 7 is supported, I'm not sure this is true for recent versions...
Hello, we will be initiating end of support for JS v2 this September. Since we've added a way to suppress this warning in v2, I will be closing this issue.
Hello, this behavior is different in v3 of the SDK. Please migrate to v3, as we are not currently implementing new features in v2.
Hello. This is not something that's supported by the DynamoDB API, and is called out in the [DynamoDB documentation](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html).
This is an artifact of running under WSL2. On regular Linux, `xdg-open` tries to open a link in the user's default browser, but usually there is no browser app installed...