Add a native backend for oracle object storage - fixes #6299

This commit is contained in:
Manoj Ghosh
2022-10-13 05:04:56 -07:00
committed by GitHub
parent 90d23139f6
commit b16e50851a
15 changed files with 3022 additions and 9 deletions

View File

@ -34,6 +34,7 @@ import (
_ "github.com/rclone/rclone/backend/netstorage"
_ "github.com/rclone/rclone/backend/onedrive"
_ "github.com/rclone/rclone/backend/opendrive"
_ "github.com/rclone/rclone/backend/oracleobjectstorage"
_ "github.com/rclone/rclone/backend/pcloud"
_ "github.com/rclone/rclone/backend/premiumizeme"
_ "github.com/rclone/rclone/backend/putio"