Toby Burress
Toby Burress
Yes, support the b2 api that allows setting that on buckets.
Oh I see, getFileInfo can't be called without the fileId, which we don't have without another call first. However, downloadFileByName returns the X-Bz-Info-* headers, so we can populate object info...
This is actually trickier than it looks. Not all the information (upload timestamp, status, specifically) is available from downloadFileByName. But I don't want to open with getFileInfo because identifying a...
(which is what list_files is, which is the only other way to get at the file ID when we don't already know it)
That's an implementation detail for restic; B2 never required that test. This bug isn't so much about removing that test as it is determining that I'm not making two calls...
Hah, no worries.
Yeah, this (as in, my repo) is super unmaintained and buggy and not really a good idea to use at all. I'll merge your patch, but you probably should just...