<!-- PRs into main are released as soon as they are merged. Their descriptions will be used directly to create release notes, so make sure they contain everything! -->
<!-- Anything added between the auto-generation marker comments will be replaced on every pushed commit, so make sure to add anything you want to add outside of them. -->
<!-- However, any part of the final PR description (i.e. the description at the point of the final commit to the PR) can be changed in release notes after release if required -->
<!-- Change "START" to "SKIP" in the autogeneration marker to stop any further automatic changes to the description. --->
Summary
This release ensures that any `metadata` or `custom_time` attribute on the content object gets added to the blob on creation (or update) in google cloud, to avoid a second roundtrip to add metadata.
The method that adds this data can be overridden in a custom storage class to avoid adding it altogether or to add different data.
<!--- START AUTOGENERATED NOTES --->
Contents ([17](https://github.com/octue/django-gcp/pull/17))
New features
- Add content object metadata and custom time by default
<!--- END AUTOGENERATED NOTES --->