1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

Donut command

This commit is contained in:
Harshavardhana
2015-03-22 01:03:34 -07:00
parent d1068168dc
commit d1550045b3
32 changed files with 1186 additions and 454 deletions

View File

@@ -17,6 +17,8 @@
package main
import (
"net/url"
"github.com/codegangsta/cli"
)
@@ -91,6 +93,7 @@ type object struct {
key string
host string
scheme string
url *url.URL
}
type cmdArgs struct {