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
The cache control is not set on S3, however, when I move the params into the options part, it will set the cache control for all files in the file list. Any thoughts?
The text was updated successfully, but these errors were encountered:
That's quite strange. If you look at L298, it's definitely trying to read from there.
Could you try adding a params that's not allowed?
params:TestParam:'360'
L294/295 should throw. If so, then L298 should also work. What do you think?
Maybe try logging filePair.params after L298 to see the object. If the params are in there, then they should be applied (unless there's a bug down the road).
It seems that the per file params is not respected. For the following code:
The cache control is not set on S3, however, when I move the params into the
options
part, it will set the cache control for all files in the file list. Any thoughts?The text was updated successfully, but these errors were encountered: