|
|
há 1 mês atrás | |
|---|---|---|
| .. | ||
| app | há 4 meses atrás | |
| config | há 5 meses atrás | |
| template_files | há 11 anos atrás | |
| test | há 3 meses atrás | |
| uploads | há 12 anos atrás | |
| .gitignore | há 11 meses atrás | |
| .mocharc.cjs | há 2 meses atrás | |
| .nvmrc | há 4 meses atrás | |
| Dockerfile | há 1 mês atrás | |
| LICENSE | há 12 anos atrás | |
| Makefile | há 1 mês atrás | |
| README.md | há 6 meses atrás | |
| app.js | há 8 meses atrás | |
| buildscript.txt | há 1 mês atrás | |
| docker-compose.ci.yml | há 1 mês atrás | |
| docker-compose.yml | há 1 mês atrás | |
| install_deps.sh | há 3 anos atrás | |
| package.json | há 1 mês atrás | |
| tiny.pdf | há 9 anos atrás | |
| tsconfig.json | há 8 meses atrás | |
| vitest.config.unit.cjs | há 8 meses atrás | |
An API for CRUD operations on binary files stored in S3
filestore acts as a proxy between the CLSIs and (currently) Amazon S3 storage, presenting a RESTful HTTP interface to the CLSIs on port 3009 by default. Urls are mapped to node functions in https://github.com/overleaf/filestore/blob/master/app.coffee . URLs are of the form:
/project/:project_id/file/:file_id/template/:template_id/v/:version/:format/project/:project_id/public/:public_file_id/project/:project_id/size/bucket/:bucket/key/*/shutdown/status - returns HTTP 200 filestore is up or HTTP 503 when shutting down/health_checkThe code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.
Copyright (c) Overleaf, 2014-2019.