ESPFileUploadProgressMessages: {
    CONFIRMING: "Confirming upload";
    CREATING_REQUEST: "Creating upload request";
    UPLOADING: "Uploading to S3";
} = ...

An object containing file upload progress messages.

Type declaration

  • ReadonlyCONFIRMING: "Confirming upload"

    Message indicating the upload is being confirmed.

  • ReadonlyCREATING_REQUEST: "Creating upload request"

    Message indicating the upload request is being created.

  • ReadonlyUPLOADING: "Uploading to S3"

    Message indicating bytes are being uploaded to S3.