Skip to content

Inconsistent S3_USE_PRESIGNED and S3_NO_PRESIGNED env vars #1048

@austinabell

Description

@austinabell

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions