FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[pull] develop from aws:develop by pull[bot] · Pull Request #9 · lovejavaee/aws-cli · GitHub

forked from aws/aws-cli

[pull] develop from aws:develop - #9

Open
pull[bot] wants to merge 2964 commits into
lovejavaee:developfrom
aws:develop
Open

[pull] develop from aws:develop#9
pull[bot] wants to merge 2964 commits into
lovejavaee:developfrom
aws:develop

Conversation

pull Bot commented Apr 25, 2023
edited
Loading

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

cr-gpt Bot commented Apr 25, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information

1 similar comment

cr-gpt Bot commented Apr 25, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables for this repo. you could follow readme for more information

pull Bot added the ⤵️ pull label Apr 25, 2023

cr-gpt Bot commented Apr 25, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

4 similar comments

cr-gpt Bot commented Apr 26, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt Bot commented Apr 27, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt Bot commented Apr 28, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

cr-gpt Bot commented May 1, 2023

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

aws-sdk-python-automation and others added 22 commits April 30, 2026 18:06
* release-1.45.1:
  Bumping version to 1.45.1
  Update changelog based on model updates
* release-1.45.2:
  Bumping version to 1.45.2
  Update changelog based on model updates
* release-1.45.3:
  Bumping version to 1.45.3
  Update changelog based on model updates
* release-1.45.4:
  Bumping version to 1.45.4
  Update changelog based on model updates
* Update list-accounts.rst

Added  "State": "ACTIVE" to the examples

* Update list-accounts.rst

Added org-path too along with the account state
* Update describe-account.rst

added state

* Update describe-account.rst

added org path
* Update list-accounts-for-parent.rst

added state

* Update list-accounts-for-parent.rst

added org-path along with account state
* release-1.45.5:
  Bumping version to 1.45.5
  Update changelog based on model updates
…10289)

The Paths field and surrounding lines in describe-account.rst, list-accounts.rst, and list-accounts-for-parent.rst used spaces instead of tabs, causing misaligned rendering on GitHub.
aws-sdk-python-automation and others added 30 commits July 28, 2026 18:10
* release-1.45.58:
  Bumping version to 1.45.58
  Update changelog based on model updates
* release-1.45.59:
  Bumping version to 1.45.59
  Update changelog based on model updates
* release-1.45.60:
  Bumping version to 1.45.60
  Update changelog based on model updates
* release-1.45.61:
  Bumping version to 1.45.61
  Update changelog based on model updates
* release-1.45.62:
  Bumping version to 1.45.62
  Update changelog based on model updates
* release-1.45.63:
  Bumping version to 1.45.63
  Update changelog based on model updates
* release-1.45.64:
  Bumping version to 1.45.64
  Update changelog based on model updates
* Remove botocore and s3transfer from declared dependencies

* Add botocore transitive dependencies to awscli

Since botocore is vendored in-tree, pip no longer resolves its
dependencies automatically. Promote jmespath, python-dateutil, and
urllib3 to direct awscli dependencies.

* Add botocore and s3transfer source as awscli subpackages

Copies botocore and s3transfer source directly into the awscli package.
The s3transfer processpool module is removed because it spawns
subprocesses where the MetaPathFinder is not active, and the code is not
used by the AWS CLI.

* Add TopLevelImportAliasFinder for botocore and s3transfer

Adds a MetaPathFinder that redirects top-level imports of botocore and
s3transfer to their vendored locations under awscli/. Uses the same
wrapper pattern as CLI v2, wrapping the built-in PathFinder.

* Integrate botocore test suite into aws-cli

Copies botocore unit, functional, and integration tests into the aws-cli
tree.

* Set up botocore test utilities

Botocore's tests/__init__.py contains test base classes and helpers.
We place it at tests/utils/botocore/__init__.py so it doesn't conflict
with awscli's tests/__init__.py. Then we import the needed names into
tests/__init__.py so that 'from tests import BaseSessionTest' etc. works
for botocore tests without modification.

* Add jsonschema dependency for botocore tests

* Copy and fix botocore cmd-runner script.

The leak tests use a cmd-runner script that runs in a subprocess. Since the
MetaPathFinder is not active in subprocesses (awscli is never imported there),
the script must import awscli.botocore.session directly.

* Update botocore test cross-references.

Botocore tests that import from their own sub-packages (e.g.,
'from tests.functional.docs import ...') need updating because the tests
now live one level deeper (tests/functional/botocore/docs/). Also, Fix relative
imports that no longer resolve correctly

* Fix os.environ patch leak

The TestExpectContinueBehavior test started an os.environ patch but never
stopped it, causing AWS_DATA_PATH to be lost for all subsequent tests in
the same session.

* Integrate botocore test suite into aws-cli

Copies botocore unit, functional, and integration tests into the aws-cli
tree. Sets up test utilities at tests/utils/botocore/ and updates
cross-references for the new directory structure. Includes cmd-runner
fix for subprocess-based leak tests.

* Integrate s3transfer test suite into aws-cli

Copies s3transfer unit, functional, and integration tests into the
aws-cli tree. Removes processpool tests (matches source removal).
Sets up test utilities at tests/utils/s3transfer/ and updates
cross-references and mock targets.

* Remove requirements.txt

botocore and s3transfer are now vendored in-tree and do not need to be
installed separately.

* Update MANIFEST.in for vendored botocore data

Include botocore service model JSON files and CA certificate bundle
in source distributions.

* Update dependency closure test for vendoring

Remove botocore and s3transfer from expected runtime dependencies
since they are now vendored in-tree.

* Add awscrt as extras_require for CRT support

With botocore vendored in-tree, the extras_require dependency chain
collapses. Previously: awscli -> botocore[crt] -> awscrt==X.Y.Z
Now: awscli[crt] -> awscrt==awscrt==0.36.0 directly.

This allows users to install CRT support via: pip install awscli[crt]

* Remove cloudsearch smoke tests

The cloudsearch service is closed to new customers. Removing these since
any new accounts are not allowlisted.

* Add changelog entry for vendoring

* Update IAM role ARN account in pull-request-build workflow

Switch from account 066695136813 to 506715794691.
* release-1.46.0:
  Bumping version to 1.46.0
…gin flows (#10534)

Co-authored-by: George Zefi <kzefi@amazon.com>
Bumps [actions/stale](https://github.com/actions/stale) from 10.4.0 to 11.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@1e223db...4391f3d)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add warning for outdated SessionManagerPlugin version

* Consolidate version check into meets_requirement

---------

Co-authored-by: Rong Jin <rongjina@amazon.com>
* release-1.46.1:
  Bumping version to 1.46.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.


Back | FazBrowse Home | New Git URL