@kevisual/oss 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -124,7 +124,7 @@ declare class OssBase implements OssBaseOperation {
|
|
|
124
124
|
*/
|
|
125
125
|
putObject(objectName: string, data: Buffer | string | Object, metaData?: ItemBucketMetadata, opts?: {
|
|
126
126
|
check?: boolean;
|
|
127
|
-
isStream?:
|
|
127
|
+
isStream?: boolean;
|
|
128
128
|
size?: number;
|
|
129
129
|
}): Promise<minio_dist_esm_internal_type_mjs.UploadedObjectInfo>;
|
|
130
130
|
deleteObject(objectName: string): Promise<void>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as minio_dist_esm_internal_type_mjs from 'minio/dist/esm/internal/type.mjs';
|
|
2
|
-
import { O as OssBase, e as OssService, a as OssBaseOptions, L as ListFileObject, c as ListObjectResult } from '../index-
|
|
2
|
+
import { O as OssBase, e as OssService, a as OssBaseOptions, L as ListFileObject, c as ListObjectResult } from '../index-BeN3AaPr.js';
|
|
3
3
|
import 'minio';
|
|
4
4
|
import 'stream';
|
|
5
5
|
|
package/dist/services/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as OssBase } from '../index-
|
|
2
|
-
export { b as ListDirectoryObject, L as ListFileObject, c as ListObjectResult, d as OssBaseOperation, a as OssBaseOptions, e as OssService, S as StatObjectResult, U as UploadedObjectInfo } from '../index-
|
|
1
|
+
import { O as OssBase } from '../index-BeN3AaPr.js';
|
|
2
|
+
export { b as ListDirectoryObject, L as ListFileObject, c as ListObjectResult, d as OssBaseOperation, a as OssBaseOptions, e as OssService, S as StatObjectResult, U as UploadedObjectInfo } from '../index-BeN3AaPr.js';
|
|
3
3
|
export { ConfigOssService } from './config.js';
|
|
4
4
|
import * as stream from 'stream';
|
|
5
5
|
import { ServerResponse } from 'node:http';
|