Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: boto/boto3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.34.65
Choose a base ref
...
head repository: boto/boto3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.34.66
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 18, 2024

  1. Merge branch 'release-1.34.65' into develop

    * release-1.34.65:
      Bumping version to 1.34.65
      Add changelog entries from botocore
    aws-sdk-python-automation committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7a8efe3 View commit details
    Browse the repository at this point in the history
  2. transfer.py: fix docs (#2784)

    * transfer.py: fix docs
    
    Currently the docs state that the `use_threads` keyword for `TransferConfig` when set to `False`, means that the operation will run in the main thread. This is incorrect as the operation will run in the _current thread_, which is not necessarily the main thread.
    ---------
    
    Co-authored-by: Nate Prewitt <[email protected]>
    tschoonj and nateprewitt authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d70b1ca View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    6331de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db24b6f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release-1.34.66'

    * release-1.34.66:
      Bumping version to 1.34.66
      Add changelog entries from botocore
      transfer.py: fix docs (#2784)
    aws-sdk-python-automation committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8552dcd View commit details
    Browse the repository at this point in the history
Loading