Skip to content

Commit

Permalink
fix: vendor for polybox and switch in rclone conf
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Jan 15, 2025
1 parent ab185c1 commit faecd8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/renku_data_services/storage/rclone.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ def transform_polybox_switchdriver_config(

# Extract the user from the public link
configuration["user"] = public_link.split("/")[-1]
# This allows both switch drive and polybox to handle modified times on files properly
configuration["vendor"] = "owncloud"

return configuration

Expand Down

0 comments on commit faecd8a

Please sign in to comment.