Add compatibility flag #14
Labels
No labels
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/rclone#14
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We want to support the case when objects are being uploaded with rclone and accessed with HTTP Gateway. However, some HTTP Gateway proxies still use FileName attribute during rerouting into
/get_by_attribute
endpoint.To support such installations, add 'compatibility' or 'kludge' flag in config. You can name this flag with the number of this issue, so we can link it.
When this flag is set, duplicate
FilePath
attribute withFileName
attribute. When flag is disabled, return to normal behavior and set basename of the file inFileName
attribute.Seems like rerouting to
/get_by_attribute
doesn't work well in those proxies, so this compatibility flag won't solve any problem for us. Closed.