Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content-type missing in write-object #5

Open
Mossaka opened this issue Mar 27, 2023 · 2 comments
Open

content-type missing in write-object #5

Mossaka opened this issue Mar 27, 2023 · 2 comments

Comments

@Mossaka
Copy link
Collaborator

Mossaka commented Mar 27, 2023

When putting a new object, many service require user to specify what content-type of that object will be, examples are "text/html". Currently in the blob-store interface, there is no way to specify content-type in write-object and write-stream.

@thomastaylor312
Copy link
Collaborator

@Mossaka We should probably do this before moving phases. Should we have a request-options resource that exposes some setters for a small subset of options? I was thinking at least:

  • Content-Encoding
  • Content-Length
  • Content-MD5
  • Content-Type

We might want to add the caching headers down the line, but for now this would get us the most important ones

@Mossaka
Copy link
Collaborator Author

Mossaka commented Jul 29, 2024

yup that sounds good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants