mirror of
https://github.com/minio/mc.git
synced 2025-11-12 01:02:26 +03:00
Add `share` command leveraging new PresignedURL API from minio-go
This commit is contained in:
1
main.go
1
main.go
@@ -111,6 +111,7 @@ func registerApp() *cli.App {
|
||||
registerCmd(cpCmd) // copy objects and files from multiple sources to single destination
|
||||
registerCmd(mirrorCmd) // mirror objects and files from single source to multiple destinations
|
||||
registerCmd(sessionCmd) // session handling for resuming copy and mirror operations
|
||||
registerCmd(shareCmd) // share any given url for third party access
|
||||
registerCmd(diffCmd) // compare two objects
|
||||
registerCmd(accessCmd) // set permissions [public, private, readonly, authenticated] for buckets and folders.
|
||||
registerCmd(configCmd) // generate configuration "/home/harsha/.mc/config.json" file.
|
||||
|
||||
Reference in New Issue
Block a user