Commit graph

14 commits

Author SHA1 Message Date
63029c8b8e
chore: migrate to object_store
Move to the more modern and maintained object_store
library to access generic buckets.

We should be able also to do streaming of files now,
and proceed by implementing paginated results for listings
if we want.

Fixes #1.
2025-08-03 20:57:23 +02:00
ec8876681a
chore: update dependencies and bump version to 1.1.2 2025-07-05 13:08:39 +02:00
373b141346 chore: update dependencies to latest versions 2024-09-28 03:08:08 +02:00
804ab6ef36 cargo deny: modernize config, bump deps 2024-06-13 05:53:18 +02:00
4defbcec1f Reimplement config parsing, add integration tests 2024-06-02 16:47:49 +02:00
0318729d3f fix listing of S3 prefixes not terminated by a slash 2024-04-17 16:06:26 +02:00
3a3cf0d7c0
Stabilize and update deps 2023-11-26 19:19:28 +01:00
beb0ae7e74
Use the published versions of rocket 2023-08-28 18:29:19 +02:00
6835e0d9d2 RUSTSEC-2023-0052: prefer native TLS to old rustls 2023-08-27 17:30:40 +02:00
ad43eb9a13 CVE: RUSTSEC-2018-0017: use tempfile instead of tempdir 2023-07-12 17:19:26 +02:00
161f4f1b1d Add size and modified date 2023-07-12 16:52:23 +02:00
15231eedc0 Use empty tmp folder for searching for templates 2023-07-02 18:41:47 +02:00
c1174c3f3b Avoid depending on system openssl 2023-07-02 17:46:47 +02:00
eccd4ef797 Connect and retrieve initial bucket index 2023-07-01 13:37:21 +02:00