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
In fact dst.location is redundant with src.location since the location part of src basically describes the dst path in case of type:http+fs. Still dst is required in order not to get panics with kvstore.type:cache for cached images.
However, source should be defined in src, destination in dst:
I had a confusing moment regarding this config:
In fact
dst.location
is redundant withsrc.location
since thelocation
part ofsrc
basically describes thedst
path in case oftype:http+fs
. Stilldst
is required in order not to get panics withkvstore.type:cache
for cached images.However, source should be defined in
src
, destination indst
:BTW: This would obviously break old configs. If you consider this 'proposal' despite of that fact, I could try to provide a PR... let me know.
The text was updated successfully, but these errors were encountered: