Hi,
In the documentation for the aws-s3-deploy pipe, it states the following: CACHE_CONTROL: Caching behavior along the request/reply chain. Valid options are no-cache, no-store, max-age=<seconds>, s-maxage=<seconds> no-transform, public, private. Defaults to unset.
How can I create a cache-control value with the following setting - 'public, max-age=604800, immutable'? This is a completely valid value, but I am unable to set it through the pipe.
Thanks in advance,
Milan
I managed to solve the problem; the issue was caused by spaces. If I set 'public,max-age=604800,immutable', everything works fine.
@Milan Gligorijevic Could you provide an example of what the pipeline looks like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.