Invenio-Files-REST¶
Invenio-Files-REST is a files storage module. It allows you to store and retrieve files in a similar way to Amazon S3 APIs.
Features:
Files storage with configurable storage backends
Secure REST APIs
Support for large file uploads and multipart upload.
Customizable access control
File integrity monitoring
Further documentation is available on https://invenio-files-rest.readthedocs.io/.
User’s Guide¶
This part of the documentation will show you how to get started in using Invenio-Files-REST.
- Overview
- Installation
- Configuration
FILES_REST_DEFAULT_MAX_FILE_SIZEFILES_REST_DEFAULT_QUOTA_SIZEFILES_REST_DEFAULT_STORAGE_CLASSFILES_REST_FILE_TAGS_HEADERFILES_REST_FILE_URI_MAX_LENFILES_REST_MIN_FILE_SIZEFILES_REST_MULTIPART_CHUNKSIZE_MAXFILES_REST_MULTIPART_CHUNKSIZE_MINFILES_REST_MULTIPART_EXPIRESFILES_REST_MULTIPART_MAX_PARTSFILES_REST_MULTIPART_PART_FACTORIESFILES_REST_OBJECT_KEY_MAX_LENFILES_REST_PERMISSION_FACTORYFILES_REST_SIZE_LIMITERSFILES_REST_STORAGE_CLASS_LISTFILES_REST_STORAGE_FACTORYFILES_REST_STORAGE_PATH_DIMENSIONSFILES_REST_STORAGE_PATH_SPLIT_LENGTHFILES_REST_TASK_WAIT_INTERVALFILES_REST_TASK_WAIT_MAX_SECONDSFILES_REST_UPLOAD_FACTORIESFILES_REST_XSENDFILE_ENABLEDFILES_REST_XSENDFILE_RESPONSE_FUNC()MAX_CONTENT_LENGTH
- Usage
API Reference¶
If you are looking for information on a specific function, class or method, this part of the documentation is for you.
Additional Notes¶
Notes on how to contribute, legal information and changes are here for the interested.