I have a react-native app and I am using XMLHttpRequest APIs to upload an image to digital ocean spaces. The upload is working fine but my Cache-Control headers are being ignored. When I manually set the Cache-Control parameter on the metadata for the image, it works as expected. What could I be doing wrong?
I am uploading to sgp1.digitaloceanspaces.com. Here’s one that didn’t work:
https://kartbites-space.sgp1.digitaloceanspaces.com/Blues did/1519714027730blues-did-profile.jpg
Spaces API docs says the header is supported: https://developers.digitalocean.com/documentation/spaces/#object
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Any updates on this? I am having the same issue
Same here. In my case, I use
s3.createPresignedPost
and multipart uploads.content-disposition
also does not work.No updates?
Thanks for letting us know, we’ll take a look. Are you seeing this in other regions as well?