summaryrefslogtreecommitdiff
path: root/imagestore/gcsstore.go
diff options
context:
space:
mode:
Diffstat (limited to 'imagestore/gcsstore.go')
-rw-r--r--imagestore/gcsstore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagestore/gcsstore.go b/imagestore/gcsstore.go
index 798d4eb..67da3d7 100644
--- a/imagestore/gcsstore.go
+++ b/imagestore/gcsstore.go
@@ -32,7 +32,7 @@ func (this *GCSImageStore) Exists(obj *StoreObject) (bool, error) {
return true, nil
}
-func (this *GCSImageStore) Save(src string, obj *StoreObject) (*StoreObject, error) {
+func (this *GCSImageStore) Save(src string, obj *StoreObject, url string) (*StoreObject, error) {
data, err := ioutil.ReadFile(src)
if err != nil {
log.Printf("error on read file: %s", err)