Skip to content

Commit a466aba

Browse files
Viktor-Yakovchukncw
authored andcommitted
backend: add Linkbox backend
Add backend for linkbox.io with read and write capabilities fixes rclone#6960 rclone#6629
1 parent 168d577 commit a466aba

File tree

11 files changed

+1011
-0
lines changed

11 files changed

+1011
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Rclone *("rsync for cloud storage")* is a command-line program to sync files and
5353
* Koofr [:page_facing_up:](https://rclone.org/koofr/)
5454
* Leviia Object Storage [:page_facing_up:](https://rclone.org/s3/#leviia)
5555
* Liara Object Storage [:page_facing_up:](https://rclone.org/s3/#liara-object-storage)
56+
* Linkbox [:page_facing_up:](https://rclone.org/linkbox)
5657
* Linode Object Storage [:page_facing_up:](https://rclone.org/s3/#linode)
5758
* Mail.ru Cloud [:page_facing_up:](https://rclone.org/mailru/)
5859
* Memset Memstore [:page_facing_up:](https://rclone.org/swift/)

backend/all/all.go

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import (
2828
_ "github.com/rclone/rclone/backend/internetarchive"
2929
_ "github.com/rclone/rclone/backend/jottacloud"
3030
_ "github.com/rclone/rclone/backend/koofr"
31+
_ "github.com/rclone/rclone/backend/linkbox"
3132
_ "github.com/rclone/rclone/backend/local"
3233
_ "github.com/rclone/rclone/backend/mailru"
3334
_ "github.com/rclone/rclone/backend/mega"

0 commit comments

Comments
 (0)