UNPKG

@dabapps/django-s3-file-upload

Version:

Upload files from the browser to S3 - client side implementation

14 lines 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.POST = 'POST'; exports.INITIAL_REDUCER_STATE = { loading: false, fileCount: 0, inFlightCount: 0, completeCount: 0, successCount: 0, failureCount: 0, data: undefined, error: undefined, }; //# sourceMappingURL=constants.js.map