s3 api: refactoring and bug fix in ListObjects
nix: add clang to flake.nix and shell.nix
s3 api: add missing CORS headers to PostObject responses (fix #609)
Add allow_world_readable_secrets option to config file
Could you make this change on the main-0.8.x
branch instead of the main
branch? PR #643 is also on that branch but I think the history you worked on does not include it so that will cause…
Large Files fail to upload
The issue is probably linked to the fact that your 1TB+ files will get split into 1M+ blocks if you keep the default block size of 1MB. This means that Garage will have to generate (when uploading…
Garage fails with more recent systemd versions using ACLs for service credentials rather than chmod
@PicNoir Your proposed solution looks fine to me. Maybe we can still keep the env variable as an override of the config file in cases where it is more practical? (e.g. if the config file cannot be…