1
0
mirror of https://github.com/minio/mc.git synced 2025-11-14 23:42:27 +03:00

User net/url and remove uri implementation

This commit is contained in:
Harshavardhana
2015-03-05 01:59:54 -08:00
parent ce249c0d47
commit c35ad418aa
6 changed files with 9 additions and 1739 deletions

View File

@@ -20,7 +20,6 @@ import "errors"
// fs
var errFspath = errors.New("Arguments missing <S3Path> or <LocalPath>")
var errFsuri = errors.New("Invalid uri scheme")
var errFskey = errors.New("Key is needed to get the file")
// configure