You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I PUT a resource, sending a Content-Type request header of some arbitrary type, I expect that a request to retrieve that resource (with ?raw) to send back the same Content-Type in the response headers. Instead, I just get back text/plain all the time.
The text was updated successfully, but these errors were encountered:
Unfortunately, there is no Content-Type storage for objects internally. They are just opaque binary blobs. I don't anticipate us supporting this in the near future.
If I PUT a resource, sending a
Content-Type
request header of some arbitrary type, I expect that a request to retrieve that resource (with?raw
) to send back the sameContent-Type
in the response headers. Instead, I just get backtext/plain
all the time.The text was updated successfully, but these errors were encountered: