You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The file upload task does not provide a content_type variable:
prefect-gcp/prefect_gcp/cloud_storage.py
Line 279 in 378ac3e
Hence, it relies on the default behavior of Google Cloud SDK's MIME type detection, and cannot be overridden: https://googleapis.dev/python/storage/latest/storage/blobs.html#google.cloud.storage.blob.Blob.upload_from_filename
The above documentation says that this method's MIME type detection works as follows:
The text was updated successfully, but these errors were encountered: