diff --git a/classes/ObjectStorageError.html b/classes/ObjectStorageError.html
index af124b3e..79393df2 100644
--- a/classes/ObjectStorageError.html
+++ b/classes/ObjectStorageError.html
@@ -1,4 +1,4 @@
-
IndexConstructors constructor
+
ObjectStorageError | @relaycorp/object-storage Constructors constructor new Object Storage Error ( options , message , ... params ) : ObjectStorageError Parameters options : Error | Options message : string Rest
... params : any [] new Object Storage Error ( message ? , ... params ) : ObjectStorageError Parameters Optional
message : string Rest
... params : any [] Properties cause cause : ( ( ) => undefined | Error )
Type declaration ( ) : undefined | Error Returns undefined | Error Readonly
name name : "ObjectStorageError" = 'ObjectStorageError'
Optional
stack stack ?: string
Static
VError VError : typeof VError
Static
Optional
prepare Stack Trace prepare Stack Trace ?: ( ( err , stackTraces ) => any )
Constructors constructor new Object Storage Error ( options , message , ... params ) : ObjectStorageError Parameters options : Error | Options message : string Rest
... params : any [] new Object Storage Error ( message ? , ... params ) : ObjectStorageError Parameters Optional
message : string Rest
... params : any [] Properties cause cause : ( ( ) => undefined | Error )
Type declaration ( ) : undefined | Error Returns undefined | Error Readonly
name name : "ObjectStorageError" = 'ObjectStorageError'
Optional
stack stack ?: string
Static
VError VError : typeof VError
Static
Optional
prepare Stack Trace prepare Stack Trace ?: ( ( err , stackTraces ) => any )
Type declaration ( err , stackTraces ) : any Parameters err : Error stackTraces : CallSite [] Returns any Static
stack Trace Limit stack Trace Limit : number
Methods Static
capture Stack Trace capture Stack Trace ( targetObject , constructorOpt ? ) : void Parameters targetObject : object Optional
constructorOpt : Function Returns void Static
cause cause ( err ) : null | Error Returns null | Error Static
error For Each error For Each ( err , func ) : void Parameters err : Error func : ( ( err ) => void ) Returns void Static
error From List error From List < T > ( errors ) : null | T | MultiError Returns null | T | MultiError Static
find Cause By Name find Cause By Name ( err , name ) : null | Error Returns null | Error Static
full Stack full Stack ( err ) : string Returns string Static
has Cause With Name has Cause With Name ( err , name ) : boolean Returns boolean Static
info info ( err ) : Info Returns Info
\ No newline at end of file
diff --git a/functions/initObjectStoreClient.html b/functions/initObjectStoreClient.html
index 4ebfc784..648b3bec 100644
--- a/functions/initObjectStoreClient.html
+++ b/functions/initObjectStoreClient.html
@@ -1,2 +1,2 @@
initObjectStoreClient | @relaycorp/object-storage Function initObjectStoreClient init Object Store Client ( type , endpoint ? , accessKeyId ? , secretAccessKey ? , tlsEnabled ? ) : ObjectStoreClient Parameters Optional
endpoint : string Optional
accessKeyId : string Optional
secretAccessKey : string tlsEnabled : boolean = true
\ No newline at end of file
+
Parameters Optional
endpoint : string Optional
accessKeyId : string Optional
secretAccessKey : string tlsEnabled : boolean = true
\ No newline at end of file
diff --git a/interfaces/ObjectStoreClient.html b/interfaces/ObjectStoreClient.html
index 1470f504..a868db1f 100644
--- a/interfaces/ObjectStoreClient.html
+++ b/interfaces/ObjectStoreClient.html
@@ -1,5 +1,5 @@
ObjectStoreClient | @relaycorp/object-storage Interface ObjectStoreClient Index IndexProperties delete Object
get Object
list Object Keys
put Object
@@ -7,7 +7,7 @@
This method resolves even if the key
doesn't exist, in order to provide a normalised API,
since Amazon S3 always returns a 204
regardless of whether the object exists (GCS returns a
404
and its SDK throws an error).
-
Parameters key : string bucket : string Returns Promise < void > Readonly
get Object get Object : ( ( key ,
bucket ) => Promise < null | StoreObject > ) Type declaration ( key , bucket ) : Promise < null | StoreObject > Parameters key : string bucket : string Returns Promise < null | StoreObject > Readonly
list Object Keys list Object Keys : ( ( prefix , bucket ) => AsyncIterable < string > )
Type declaration ( prefix , bucket ) : AsyncIterable < string > Parameters key : string bucket : string Returns Promise < void > Readonly
get Object get Object : ( ( key ,
bucket ) => Promise < null | StoreObject > ) Type declaration ( key , bucket ) : Promise < null | StoreObject > Parameters key : string bucket : string Returns Promise < null | StoreObject > Readonly
list Object Keys list Object Keys : ( ( prefix , bucket ) => AsyncIterable < string > )
Type declaration ( prefix , bucket ) : AsyncIterable < string > Parameters prefix : string bucket : string Returns AsyncIterable < string > Readonly
put Object put Object : ( ( object , key , bucket ) => Promise < void > )
Type declaration ( object , key , bucket ) : Promise < void > Parameters key : string bucket : string Returns Promise < void >
\ No newline at end of file
+
Parameters prefix : string bucket : string Returns AsyncIterable < string >
Optional override for formatting stack traces
+