fsouza / fake-gcs-server

Google Cloud Storage emulator & testing library.
https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage?tab=doc
BSD 2-Clause "Simplified" License
1.04k stars 210 forks source link

Support content-disposition #1630

Closed yuk1ty closed 1 week ago

yuk1ty commented 3 months ago

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-Disposition didn't work well. I tried to support the Content-Disposition feature.

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!