@aws-amplify/storage
Version:
Storage category of aws-amplify
10 lines (9 loc) • 570 B
TypeScript
export declare const SEND_UPLOAD_PROGRESS_EVENT = "sendUploadProgress";
export declare const SEND_DOWNLOAD_PROGRESS_EVENT = "sendDownloadProgress";
export declare const NETWORK_ERROR_MESSAGE = "Network Error";
export declare const NETWORK_ERROR_CODE = "ERR_NETWORK";
export declare const ABORT_ERROR_MESSAGE = "Request aborted";
export declare const ABORT_ERROR_CODE = "ERR_ABORTED";
export declare const CANCELED_ERROR_MESSAGE = "canceled";
export declare const CANCELED_ERROR_CODE = "ERR_CANCELED";
export declare const CONTENT_SHA256_HEADER = "x-amz-content-sha256";