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
Merge pull request #84 from opengisch/QF-6453-handler-304
fix: do not overwrite with empty file if the server returns HTTP 304 when `If-None-Match` is sent
Skip downloading the S3 metadata if `skip_metadata=1` is passed to th…
…e API `/files/` list endpoint
The metadata (the field `sha256`) for each file version is not needed,
since the SDK is using a md5 checksum that is provided anyways.