Katharine Berry
Katharine Berry
The value passed for `mime_content_type` to `B2FileList.upload` was being discarded, leaving filename-based autodetection on in all cases. Change `upload` to pass the mimetype through to the connector (which then handles...
`B2FileList` maintains a cache of files in a bucket, and updates it on some (but not all) mutation operations. However, the cache is never read. This PR removes the cache,...
It is now possible to create [application keys with restrictions](https://www.backblaze.com/b2/docs/application_keys.html). These keys only have one access to one bucket, and to a subset of possible API calls. Most importantly, these...
Currently, httpebble first requests location information whenever a watchface first does so. Since httpebble is likely in the background at this point, the user is never prompted and so the...