forked from TrueCloudLab/rclone
cmd and fs: Added new command settier which performs storage tier changes on
supported remotes
This commit is contained in:
parent
9594fd0a0c
commit
7accd30da8
3 changed files with 70 additions and 0 deletions
|
@ -47,6 +47,7 @@ import (
|
|||
_ "github.com/ncw/rclone/cmd/rmdir"
|
||||
_ "github.com/ncw/rclone/cmd/rmdirs"
|
||||
_ "github.com/ncw/rclone/cmd/serve"
|
||||
_ "github.com/ncw/rclone/cmd/settier"
|
||||
_ "github.com/ncw/rclone/cmd/sha1sum"
|
||||
_ "github.com/ncw/rclone/cmd/size"
|
||||
_ "github.com/ncw/rclone/cmd/sync"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue