Add Akamai Netstorage as a new backend.

This commit is contained in:
Nil Alexandrov 2021-10-14 18:01:46 -04:00 committed by Nick Craig-Wood
parent 47f9ab2f56
commit 65652f7a75
12 changed files with 1305 additions and 0 deletions

View file

@ -28,6 +28,7 @@ import (
_ "github.com/rclone/rclone/backend/mailru"
_ "github.com/rclone/rclone/backend/mega"
_ "github.com/rclone/rclone/backend/memory"
_ "github.com/rclone/rclone/backend/netstorage"
_ "github.com/rclone/rclone/backend/onedrive"
_ "github.com/rclone/rclone/backend/opendrive"
_ "github.com/rclone/rclone/backend/pcloud"