Summary
Avoid potential race conditions between file and metadata upload in, for example, Cloud Functions that are triggered by file upload and rely on certain metadata being immediately present on those files.
This potential problem was brought to light in this issue: https://github.com/aerosense-ai/data-gateway/issues/87.
<!--- SKIP AUTOGENERATED NOTES --->
Contents ([494](https://github.com/octue/octue-sdk-python/pull/494))
Fixes
- Add metadata to blobs before uploading to cloud storage
<!--- END AUTOGENERATED NOTES --->