@aws-amplify/storage
Version:
Storage category of aws-amplify
14 lines (13 loc) • 680 B
TypeScript
export declare const LOCAL_TESTING_S3_ENDPOINT = "http://localhost:20005";
export declare const DEFAULT_ACCESS_LEVEL = "guest";
export declare const DEFAULT_PRESIGN_EXPIRATION = 900;
export declare const MAX_URL_EXPIRATION: number;
export declare const DEFAULT_PART_SIZE: number;
export declare const MAX_OBJECT_SIZE: number;
export declare const MAX_PARTS_COUNT = 10000;
export declare const DEFAULT_QUEUE_SIZE = 4;
export declare const UPLOADS_STORAGE_KEY = "__uploadInProgress";
export declare const STORAGE_INPUT_PREFIX = "prefix";
export declare const STORAGE_INPUT_KEY = "key";
export declare const STORAGE_INPUT_PATH = "path";
export declare const DEFAULT_DELIMITER = "/";