From e74a793a5e5076c6cb1c5380a9229d714f2474b4 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 22 Mar 2023 12:19:02 +0100 Subject: [PATCH] fix!: remove ucan bucket interface BREAKING CHANGE: ucan bucket is not part of upload-api but rather ucan-api --- packages/upload-api/src/types.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/upload-api/src/types.ts b/packages/upload-api/src/types.ts index 692b368e5..afe555c79 100644 --- a/packages/upload-api/src/types.ts +++ b/packages/upload-api/src/types.ts @@ -110,10 +110,6 @@ export interface DudewhereBucket { put: (dataCid: string, carCid: string) => Promise } -export interface UcanBucket { - put: (carCid: string, bytes: Uint8Array) => Promise -} - export interface StoreTable { exists: (space: DID, link: UnknownLink) => Promise insert: (item: StoreAddInput) => Promise