mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[PR #1630] [MERGED] Support content-disposition #1675
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#1675
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?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/1630
Author: @yuk1ty
Created: 6/6/2024
Status: ✅ Merged
Merged: 9/22/2024
Merged by: @fsouza
Base:
main← Head:feature/add-content-disposition📝 Commits (1)
fab754dSupport content-disposition📊 Changes
6 files changed (+187 additions, -155 deletions)
View changed files
📝
fakestorage/object.go(+128 -108)📝
fakestorage/object_test.go(+17 -12)📝
fakestorage/response.go(+2 -0)📝
fakestorage/upload.go(+14 -12)📝
internal/backend/object.go(+16 -15)📝
internal/grpc/server.go(+10 -8)📄 Description
Hi, this is for the first time to contribute to this project. Thank you for making such a great tool 🙌🏻
Recently I attempted to use this emulator in my work and I found that setting
Content-Dispositiondidn't work well. I tried to support theContent-Dispositionfeature.To be honest I'm a beginner of Google Cloud Storage itself so I might have missed lots of things more than likely. I would appreciate any feedback!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.