Access ingress path
Contents (#80)
IMPORTANT: There is 1 breaking change.
New features
- Add update_attributes callback for setting blob metadata
Fixes
- Avoid save on unrefreshed object
Refactoring
- 💥 BREAKING CHANGE: Move upload_blob to the operations module where it belongs
Testing
- Fix race condition from transaction handler
Upgrade instructions
💥 Move upload_blob to the operations module where it belongs
If importing the upload_blob function from django_gcp.storage.blob_utils, import directly from django_gcp.storage.operations or django_gcp.storage instead