-
-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No way to upload files with headers using Google Cloud Storage #510
Labels
Comments
@ReconCubed do you want something different than what was fixed in #411? |
@sww314 Yes, I'd like to be able to modify the content-disposition mainly. |
the-inconvenience-store
changed the title
Not way to upload files with headers using Google Cloud Storage
No way to upload files with headers using Google Cloud Storage
Jul 24, 2018
There's no way to set headers using Azure Storage either. |
This is now possible on Azure as of v1.11 (see #898). Just add the following to your Django configuration: AZURE_OBJECT_PARAMETERS = {
'content_disposition': 'attachment'
} |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I'm using Google Cloud Storage and currently have to either manually or script the setting of my Content-Disposition headers. The amazon module supports this but GCS does not?
I believe it should be implemented in a similar way,
The text was updated successfully, but these errors were encountered: