Separate out LocalPublishedStorage interface. #15

This commit is contained in:
Andrey Smirnov
2014-07-18 17:44:54 +04:00
parent 7a7bb56557
commit 96e878a2e0
6 changed files with 21 additions and 14 deletions
-5
View File
@@ -51,11 +51,6 @@ func NewPublishedStorage(accessKey, secretKey, region, bucket, defaultACL, prefi
return NewPublishedStorageRaw(auth, awsRegion, bucket, defaultACL, prefix)
}
// PublicPath returns root of public part
func (storage *PublishedStorage) PublicPath() string {
panic("never would be implemented")
}
// MkDir creates directory recursively under public path
func (storage *PublishedStorage) MkDir(path string) error {
// no op for S3