fix(core): update
This commit is contained in:
parent
3cd02b61b3
commit
dba7193605
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@tsclass/tsclass',
|
name: '@tsclass/tsclass',
|
||||||
version: '4.0.54',
|
version: '4.0.55',
|
||||||
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
|
description: 'Provides TypeScript definitions for various business, financial, networking, content, and other common classes.'
|
||||||
}
|
}
|
||||||
|
@ -4,4 +4,12 @@ export interface IS3Descriptor {
|
|||||||
useSsl?: boolean;
|
useSsl?: boolean;
|
||||||
accessKey: string;
|
accessKey: string;
|
||||||
accessSecret: string;
|
accessSecret: string;
|
||||||
|
/**
|
||||||
|
* may be used to preselect a certain bucket
|
||||||
|
*/
|
||||||
|
bucketName?: string;
|
||||||
|
/**
|
||||||
|
* may be used to preselect a certain directory
|
||||||
|
*/
|
||||||
|
directoryPath?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user