mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-25 13:37:51 +00:00
Fix URL path for Swift.
This commit is contained in:
@@ -22,3 +22,4 @@ List of contributors, in chronological order:
|
|||||||
* Phil Frost (https://github.com/bitglue)
|
* Phil Frost (https://github.com/bitglue)
|
||||||
* Benoit Foucher (https://github.com/bentoi)
|
* Benoit Foucher (https://github.com/bentoi)
|
||||||
* Geoffrey Thomas (https://github.com/geofft)
|
* Geoffrey Thomas (https://github.com/geofft)
|
||||||
|
* Charles Hsu (https://github.com/charz)
|
||||||
|
|||||||
+1
-1
@@ -106,7 +106,7 @@ func NewPublishedStorage(username string, password string, authURL string, tenan
|
|||||||
|
|
||||||
// String
|
// String
|
||||||
func (storage *PublishedStorage) String() 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
|
// MkDir creates directory recursively under public path
|
||||||
|
|||||||
Reference in New Issue
Block a user