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