Making crc32c defalut for download#60
Conversation
There was a problem hiding this comment.
Code Review
This pull request changes the default verification method for file downloads from MD5 to CRC32C across the google-cloud-storage library and updates the corresponding tests. A review comment identifies an issue in project_anonymous_test.rb where the stubbed CRC32C value is set to a zero checksum ("AAAAAA==") instead of matching the actual file content ("yay!"), which will cause the download verification to fail.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
bundle exec rake ciin the gem subdirectory.closes: #<issue_number_goes_here>