Skip to content

borg2: the description of the s3: schema is incorrect #9249

@tve

Description

@tve

The s3 schema is described as:

    (s3|b2):[profile|(access_key_id:access_key_secret)@][schema://hostname[:port]]/bucket/path

but looking at the regexp in the code the @ is required after a profile, thus it should be:

    (s3|b2):[(profile|(access_key_id:access_key_secret))@][schema://hostname[:port]]/bucket/path

It's also not clear what 'schema' is. Is it https/http/htt2/... or something else?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions