aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/backend/rclone_backend/rclone_backend.go
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19fix compilationchrislu1-1/+1
2024-03-18chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0 (#5387)dependabot[bot]1-1/+1
* chore(deps): bump github.com/rclone/rclone from 1.65.2 to 1.66.0 Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.65.2 to 1.66.0. - [Release notes](https://github.com/rclone/rclone/releases) - [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md) - [Commits](https://github.com/rclone/rclone/compare/v1.65.2...v1.66.0) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix compilation error with rclone update (#5395) Fix compilation error --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damiano Albani <damiano.albani@gmail.com>
2023-11-23reduce binary size by skipping rclonechrislu1-0/+3
2023-06-24Support templating name of files stored via Rclone backend (#4606)Damiano Albani1-3/+33
2023-04-18Rclone storage backend (#4402)Damiano Albani1-0/+270
* Add Rclone storage backend * Support templating the name of files stored via Rclone * Enable Rclone accounting * Remove redundant type conversion * Provide progress information for Rclone download/upload operations * Log error when Rclone can't instantiate filesystem * Remove filename templating functionality for Rclone storage To (maybe) be later reintroduced as a generic functionality for all storage backends. * Remove S3 specific check * Move Rclone config initialisation to init() method