-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
I am trying to browse a publicly accessible bucket nix-releases for nixos.org https://releases.nixos.org, hosted by aws.
I followed what this project does here, https://github.com/samestep/npc/blob/ab05345d0c833759e388d9c2e343a919ecc70c53/src/main.rs#L437C14-L437C28
Which when patching stu by adding no_credentials() in src/client.rs config_loader. I was able to access the bucket. stu -b nix-releases -r eu-west-1
Is there any way to skip providing credentials from environment vars etc. to avoid patching the source code like I did above?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request