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: googleapis/python-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: xnox/python-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 10, 2025

  1. feat: Indicate that md5 is used as a CRC

    MD5 in storage helpers is used as a CRC function for
    non-cryptographically secure purposes. Ensure that md5 is initiated
    with `usedforsecurity=False` to ensure that Python in FIPS mode can
    fetch MD5 implementation for such non cryptographically secure
    purpose.
    
    This is no effective change on non-FIPS mode Python installations.
    
    This improves compatibility with most FIPS mode Python installations.
    xnox committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    93814a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    f7ff05d View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    a3f3b70 View commit details
    Browse the repository at this point in the history
Loading