-
Notifications
You must be signed in to change notification settings - Fork 9
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
Cache Control & s3Up.signUpload #16
Comments
Hmm, maybe |
I mainly want the file to be cached, not sure what's the best approach :D To have the same result as this: ./s3cmd --recursive modify --add-header="Cache-Control:max-age=86400" s3://yourbucket/ but not having to do this after any upload :) |
@Gorbus I'll look into it further over the weekend ^_^ if you by any chance find a way to do it through this package, I'd greatly appreciate the feedback and I can try to abstract it. |
Thanks for having a look. Tried a lot of things but somehow nothing seemed to have worked so I hope you'll find a way during the weekend. |
Hello,
We are using the library and like it a lot. However I don't manage to set up Cache Control when using the signUpload on Server Side. I have tried the following but doesn't seem to be working:
Thanks in advance for your feedback.
The text was updated successfully, but these errors were encountered: