Niklas Edmundsson
Niklas Edmundsson
Depending on how the filtering is done, you might also see/utilize the `scope` flag on the interface, if that feels better than hard-coding exceptions. Redacted `ip -6 addr show` output:...
For those interested to tinker with this I've created a read-only directory with a number of test files with different checksums: http://webdav.swestore.se/devel/rclone-6092/ All files have the default adler32 checksum, and...
@ncw I think I understand enough to get some of the bits in there, at least. Will probably start with checksums in the directory listings. It doesn't look too rocket-science...
> > Wrt file upload and checksums, do you have any suggestions of a strategy there? Since dCache supports multiple checksum types, but it's set when storing the file, >...
> > On GET you only have the stored checksums to choose from (see my example directory I posted earlier). You get one type, but in the request you prioritize...
Well, I do have something that seems close to do the job now. However, I'm running into issues while testing which I'm not really sure is my fault... For example,...
> (side note, I'm really missing something like `--hash _ALL_` or somesuch, or some way to debug-dump all checksum info known on objects being processed). Bah, `lsjson --hash` does exactly...
> I'd put the addition of the new hash methods in a separate commit. Yeah, I'll sort that out eventually. > I'm not sure adding **all** the hashes to the...
@ncw I think the current state is as far as I get without further input. I still don't fully grok if/how I can get the checksum-type selection to agree with...
@ncw I'll get the integration tests run and then do a PR. Might be 2 weeks away though, short week and then away on conference next...