octue / django-gcp

Everything required to run Django on GCP (storage, pubsub events, tasks, logging, errors)
Other
21 stars 3 forks source link

Feature/issue #22 allow direct to bucket uploads for file fields #29

Closed thclark closed 1 year ago

thclark commented 1 year ago
# Summary Adds ability to directly upload files to the cloud, rather than sending them via the django server. This uses a new 'BlobField' that has the capacity to store blob metadata in the database.

Contents (#29)

New features

Operations

Other