mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #477] [Feature Request] Support response-content-disposition and response-content-type query? #92
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anchan828 on GitHub (Apr 9, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/477
Hi, thank you for this useful tool!
I would like to see support for response-content-disposition and response-content-type because I want to have the same behavior as GCS.
https://cloud.google.com/storage/docs/xml-api/reference-headers#responsecontentdisposition
@fsouza commented on GitHub (Apr 12, 2021):
Hi @anchan828, thanks for opening this issue. Is that feature also supported in the json-api? You linked the xml-api, which is not currently supported (see #331).
@anchan828 commented on GitHub (Apr 13, 2021):
Hi @fsouza, thanks for your reply.
Those parameters work fine at least in @google-cloud/storage. Also google-cloud-cpp have them.
This feature does not seem to make a difference between json and xml, I think.
@fsouza commented on GitHub (Apr 13, 2021):
Nice, thanks for confirming!