Support paths in public_endpoint configuration #49

Closed
opened 2024-01-11 16:44:08 +00:00 by asonix · 1 comment
Owner

Some object providers need this to properly serve files. e.g. backblaze b2

Some object providers need this to properly serve files. e.g. backblaze b2
asonix added this to the 0.5.1 milestone 2024-01-11 16:44:19 +00:00
Author
Owner

fixed in main.

Example config:

public_endpoint = "https://example.com/subpath/"

which will generate paths like
https://example.com/subpath/001/001/UUID

Note that in order for the path to be included in the resulting URL, it needs to have a trailing slash

fixed in main. Example config: ```toml public_endpoint = "https://example.com/subpath/" ``` which will generate paths like `https://example.com/subpath/001/001/UUID` Note that in order for the path to be included in the resulting URL, it needs to have a trailing slash
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: asonix/pict-rs#49
No description provided.