From 3aa4d62526537ec0fe624899a2f05566ea80a198 Mon Sep 17 00:00:00 2001 From: "Pablo M. Bermudo Garay" Date: Wed, 9 Feb 2022 21:37:44 +0100 Subject: Add and use file backend --- objectstore/objecstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objectstore/objecstore.go') diff --git a/objectstore/objecstore.go b/objectstore/objecstore.go index f4985c9..7cbb481 100644 --- a/objectstore/objecstore.go +++ b/objectstore/objecstore.go @@ -9,7 +9,7 @@ import ( ) type ObjectStore interface { - CreateObject(bucketId string, objectId string, content string) error + CreateObject(bucketId string, objectId string, content []byte) error GetObject(bucketId string, objectId string) (string, error) DeleteObject(bucketId string, objectId string) error } -- cgit v1.2.3-70-g09d2