@hot-updater/aws 0.11.0 → 0.12.1-0

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.
@@ -1,6 +0,0 @@
1
- import { type S3ClientConfig } from "@aws-sdk/client-s3";
2
- import type { BasePluginArgs, DatabasePlugin, DatabasePluginHooks } from "@hot-updater/plugin-core";
3
- export interface S3DatabaseConfig extends S3ClientConfig {
4
- bucketName: string;
5
- }
6
- export declare const s3Database: (config: S3DatabaseConfig, hooks?: DatabasePluginHooks) => (_: BasePluginArgs) => DatabasePlugin;
@@ -1,6 +0,0 @@
1
- import { type S3ClientConfig } from "@aws-sdk/client-s3";
2
- import type { BasePluginArgs, StoragePlugin, StoragePluginHooks } from "@hot-updater/plugin-core";
3
- export interface S3StorageConfig extends S3ClientConfig {
4
- bucketName: string;
5
- }
6
- export declare const s3Storage: (config: S3StorageConfig, hooks?: StoragePluginHooks) => (_: BasePluginArgs) => StoragePlugin;
@@ -1 +0,0 @@
1
- export declare const readDir: (dir: string) => Promise<string[]>;
@@ -1 +0,0 @@
1
- export declare const streamToString: (stream: any) => Promise<string>;