diff --git a/AUTHORS b/AUTHORS index dacec23e..07a7de6a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,3 +22,4 @@ List of contributors, in chronological order: * Phil Frost (https://github.com/bitglue) * Benoit Foucher (https://github.com/bentoi) * Geoffrey Thomas (https://github.com/geofft) +* Charles Hsu (https://github.com/charz) diff --git a/swift/public.go b/swift/public.go index a750937a..aecbf895 100644 --- a/swift/public.go +++ b/swift/public.go @@ -106,7 +106,7 @@ func NewPublishedStorage(username string, password string, authURL string, tenan // String func (storage *PublishedStorage) String() string { - return fmt.Sprintf("Swift: %s:%s/%s", storage.conn.StorageUrl, storage.container, storage.prefix) + return fmt.Sprintf("Swift: %s/%s/%s", storage.conn.StorageUrl, storage.container, storage.prefix) } // MkDir creates directory recursively under public path