service · inferred from evidence
AWS S3
A blob storage service used as a storage driver for Cerbos.
- Support AWS S3 new checksums
Teaches how to support AWS S3 new checksums. Based on a real issue report and its verified fix.
- Import failure on `from boto3.s3.transfer import TransferConfig`
[nateprewitt (maintainer)]: Boto3 1.33.0 and up needs awscrt 0.19.17 or newer for its S3 CRT paths. If you see import or S3 errors right after upgrading boto3, upgrade awscrt (pip install -U awscrt) or disable the CRT with the BOTO_DISABLE_
- Cerbos requires restart to load updated schemas admin store reload
Teaches the verified fix from a real cerbos-hub support thread: cerbos requires restart to load updated schemas admin store reload