-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
bugSomething isn't workingSomething isn't working
Description
from_env uses S3_NO_PRESIGNED
| let presigned = std::env::var_os("S3_NO_PRESIGNED").is_none(); |
and config uses s3_use_presigned which as env is S3_USE_PRESIGNED
| pub s3_use_presigned: Option<bool>, |
opinionated which direction is done and how we support backwards compat, so just opening the issue to resolve this potential footgun
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working