Michał Nowacki
Michał Nowacki
Yes! Here's the NGINX config: ``` server { listen 8000; add_header Strict-Transport-Security "max-age=31536000" always; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Frame-Options DENY; vhost_traffic_status_histogram_buckets 0.001 0.005 0.01 0.05 0.1...
After some discussion, this should be moved to https://github.com/Backblaze/b2-sdk-python/milestone/2
@mlech-reef that's good. What kind of improvement?
change RawApi to RawHttpApi in v2
Some of the suggestions above did not make it to apiver v2 (but were not discarded): * replace `InMemoryAccountInfo` with `SqliteAccountInfo` and a special `:memory:` file, see [here](https://www.sqlite.org/c3ref/open.html) - this...
Also make it use pathlib
The official image has been released https://github.com/Backblaze/B2_Command_Line_Tool#docker-image