Eric Mc Sween c59b28d315 Merge pull request #11207 from overleaf/em-upgrade-express 3 лет назад
..
.github 96a8f7ffa1 Merge pull request #8220 from overleaf/jlm-dependabot-tidy 4 лет назад
app 8b723c5363 Merge pull request #11160 from overleaf/msm-replace-uuid-crypto 3 лет назад
config f6795a324a Merge pull request #5572 from overleaf/jpa-no-path-concat 4 лет назад
firejail 6c81d18627 bumped up rlimit-nproc to 600 9 лет назад
template_files 9d97d1dc53 Handle templates locally ok 11 лет назад
test 0f1163e876 Merge pull request #9221 from overleaf/jpa-pin-s3mock 4 лет назад
uploads 3199aad601 Initial open source commit 12 лет назад
user_files d0816096b6 Use default settings file 12 лет назад
.gitignore f0551307d2 [misc] bump the dev-env to 3.3.2 6 лет назад
.nvmrc 51806703b7 Merge pull request #9819 from overleaf/bg-node-upgrade 3 лет назад
.prettierignore 7870c8185e Add linting to makefile 6 лет назад
Dockerfile 51806703b7 Merge pull request #9819 from overleaf/bg-node-upgrade 3 лет назад
LICENSE 5d86dfacd7 Create LICENSE 12 лет назад
Makefile 51806703b7 Merge pull request #9819 from overleaf/bg-node-upgrade 3 лет назад
README.md 6f27f7a1bf [misc] drop the /heapdump route and related heapdump package 6 лет назад
app.js e0d91eaa26 Merge pull request #7906 from overleaf/em-downgrade-logs 4 лет назад
buildscript.txt 51806703b7 Merge pull request #9819 from overleaf/bg-node-upgrade 3 лет назад
docker-compose.ci.yml 03d8ad5eea Merge pull request #9455 from overleaf/em-recreate-dropbox-entities 4 лет назад
docker-compose.yml 03d8ad5eea Merge pull request #9455 from overleaf/em-recreate-dropbox-entities 4 лет назад
install_deps.sh 3235119302 Merge pull request #7228 from overleaf/em-node-16 4 лет назад
nodemon.json ae0c347f27 Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces 4 лет назад
package.json c59b28d315 Merge pull request #11207 from overleaf/em-upgrade-express 3 лет назад
tiny.pdf 4bba56ed28 added missing files 9 лет назад

README.md

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.