aws-cli
aws-cli copied to clipboard
Universal Command Line Interface for Amazon Web Services
We are syncing a directory of various file types to an S3 bucket and `aws-cli` is correctly guessing the mime-types, however in our case it's important that it also append...
### Describe the bug The executable bit on documentation files should not be set. ### Expected Behavior The executable bit on documentation files should not be set. ### Current Behavior...
Bumps ruamel-yaml from 0.17.21 to 0.18.16. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
### Describe the bug ``` name: (Reusable) Deploy Website to S3 + CloudFront with OIDC on: workflow_call: inputs: environment: required: true type: string jobs: deploy: environment: ${{ inputs.environment }} runs-on:...
### Describe the bug When attempting to use the `aws ssm start-session` command without having the session manager plugin is installed and without ssm:TerminateSession action permission, an AccessDeniedException is thrown....
## Scope Down GitHub Token Permissions This PR updates GitHub Actions workflows to use minimal required permissions instead of the default elevated permissions. ### Why This Matters Following the principle...
Bumps ruamel-yaml-clib from 0.2.12 to 0.2.15. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### Describe the issue There are several pages on the CLI command reference website for subcommands under `aws emr` that have examples that are correct for v1 of the CLI,...
Currently, `aws configure sso` is able to scan over the config file and pick up existing values of `sso_start_url` and `sso_region`, but the default (hitting enter) sets it to none....
Non-functional changes only: - Fixed minor spelling mistakes in comments - Corrected typos in user-facing strings - No variables, logic, or functional code was modified. Signed-off-by: Marcel Petrick