overleaf/services/filestore
Jakob Ackermann 69e39e04f1 Merge pull request #4794 from overleaf/jpa-object-persistor-npm
[misc] re-install @overleaf/object-persistor from npm

GitOrigin-RevId: 7ecbc050b9037c7930aa09fe561b99dd36eb59dd
2021-08-20 08:03:01 +00:00
..
.github [misc] upgrade build scripts to version 3.11.0 and cleanup packages 2021-07-13 11:55:17 +01:00
app/js [misc] run format_fix and lint:fix 2021-07-13 12:04:46 +01:00
config [misc] run format_fix and lint:fix 2021-07-13 12:04:46 +01:00
firejail
template_files
test [misc] run format_fix and lint:fix 2021-07-13 12:04:46 +01:00
uploads
user_files
.dockerignore
.eslintrc [misc] temporary override a few new/changed eslint rules 2021-07-13 12:24:40 +01:00
.gitignore
.nvmrc [misc] upgrade node version to latest v12 LTS version 12.22.3 2021-07-13 12:26:34 +01:00
.prettierignore
.prettierrc [misc] upgrade build scripts to version 3.11.0 and cleanup packages 2021-07-13 11:55:17 +01:00
app.js [misc] run format_fix and lint:fix 2021-07-13 12:04:46 +01:00
buildscript.txt [misc] upgrade node version to latest v12 LTS version 12.22.3 2021-07-13 12:26:34 +01:00
docker-compose.ci.yml
docker-compose.yml
Dockerfile [misc] upgrade node version to latest v12 LTS version 12.22.3 2021-07-13 12:26:34 +01:00
install_deps.sh
LICENSE
Makefile
nodemon.json
package-lock.json Merge pull request #4794 from overleaf/jpa-object-persistor-npm 2021-08-20 08:03:01 +00:00
package.json Merge pull request #4794 from overleaf/jpa-object-persistor-npm 2021-08-20 08:03:01 +00:00
README.md
tiny.pdf

overleaf/filestore

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 filestore sharelatex up or server is being shut down (HTTP 500)
  • /health_check

License

The 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.