Add compatibility flag #14

Closed
opened 2025-02-14 10:31:37 +00:00 by alexvanin · 1 comment
Owner

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 with FileName attribute. When flag is disabled, return to normal behavior and set basename of the file in FileName attribute.

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 with `FileName` attribute. When flag is disabled, return to normal behavior and set basename of the file in `FileName` attribute.
KurlesHS was assigned by alexvanin 2025-02-14 10:31:37 +00:00
Author
Owner

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.

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.
Sign in to join this conversation.
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: TrueCloudLab/rclone#14
No description provided.