aws-cli icon indicating copy to clipboard operation
aws-cli copied to clipboard

Universal Command Line Interface for Amazon Web Services

Results 626 aws-cli issues
Sort by recently updated
recently updated
newest added

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...

feature-request
s3
p2

### 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...

bug
documentation
p3

Bumps ruamel-yaml from 0.17.21 to 0.18.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruamel-yaml&package-manager=pip&previous-version=0.17.21&new-version=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...

v2
dependencies

### 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:...

bug
s3
p3

### 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....

bug
ssm
p3

## 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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruamel-yaml-clib&package-manager=pip&previous-version=0.2.12&new-version=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...

v2
dependencies

### 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,...

bug
documentation
p3

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....

feature-request
configuration
v2
sso
p3

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