1
0
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:
Harshavardhana
2015-08-06 21:52:50 -07:00
parent 8c1805d2e9
commit c36ed96f26
11 changed files with 363 additions and 27 deletions

View File

@@ -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.