|
|
@@ -7,6 +7,8 @@ package bubble.service_dbfilter; |
|
|
|
import bubble.service.cloud.StorageService; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
import java.io.InputStream; |
|
|
|
|
|
|
|
import static org.cobbzilla.util.daemon.ZillaRuntime.notSupported; |
|
|
|
|
|
|
|
@Service |
|
|
@@ -14,6 +16,8 @@ public class DbFilterStorageService implements StorageService { |
|
|
|
|
|
|
|
@Override public boolean exists(String account, String tgzB64) { return notSupported("exists"); } |
|
|
|
|
|
|
|
@Override public boolean write(String account, String uri, InputStream data) { return notSupported("write"); } |
|
|
|
|
|
|
|
@Override public void delete(String account, String path) { notSupported("delete"); } |
|
|
|
|
|
|
|
} |