Parse a brows3r:// URI back into an S3Location.
brows3r://
S3Location
Returns { ok: true, value } on success or { ok: false, error } on malformed input (wrong scheme, empty profile id, missing bucket).
{ ok: true, value }
{ ok: false, error }
Parse a
brows3r://URI back into anS3Location.Returns
{ ok: true, value }on success or{ ok: false, error }on malformed input (wrong scheme, empty profile id, missing bucket).