Antoine Clausse aa002369cb Update defaultHighWaterMark to 64KiB (Node 22's default) (#25522) 1 year ago
..
app 7f48c67512 Add `prefer-node-protocol` ESLint rule (#21532) 1 year ago
config aa002369cb Update defaultHighWaterMark to 64KiB (Node 22's default) (#25522) 1 year ago
firejail 6c81d18627 bumped up rlimit-nproc to 600 9 years ago
template_files 9d97d1dc53 Handle templates locally ok 11 years ago
test 0a7b2004d2 [misc] silence logger when running tests (#22243) 1 year ago
uploads 3199aad601 Initial open source commit 12 years ago
user_files d0816096b6 Use default settings file 12 years ago
.gitignore 07b2255426 [misc] cleanup .dockerignore and .gitignore files (#25312) 1 year ago
.mocharc.json 9babc70df7 Merge pull request #17362 from overleaf/bg-chai-object-id-tests 2 years ago
.nvmrc 272108a213 Run `bin/update_node 20.18.0 20.18.2` (#23074) 1 year ago
.prettierignore 7870c8185e Add linting to makefile 6 years ago
Dockerfile 272108a213 Run `bin/update_node 20.18.0 20.18.2` (#23074) 1 year ago
LICENSE 5d86dfacd7 Create LICENSE 12 years ago
Makefile fe03d8d7fd Add shellcheck to web, server-pro, server-ce (#23823) 1 year ago
README.md 63520c7076 Merge pull request #16859 from overleaf/jpa-sharelatex-cleanup 2 years ago
app.js 94e12ec404 Merge pull request #24971 from overleaf/csh-issue-19131-diable-filestore-endpoints 1 year ago
buildscript.txt fe8d6392d5 Merge pull request #24793 from overleaf/bg-update-build-scripts-to-include-history-redis 1 year ago
docker-compose.ci.yml 272108a213 Run `bin/update_node 20.18.0 20.18.2` (#23074) 1 year ago
docker-compose.yml 0a7b2004d2 [misc] silence logger when running tests (#22243) 1 year ago
install_deps.sh 0940437772 Merge pull request #12990 from overleaf/jpa-filestore-ss 3 years ago
package.json 767591973c Merge pull request #23905 from overleaf/ar-mocha-11 1 year ago
tiny.pdf 4bba56ed28 added missing files 9 years ago
tsconfig.json 84be385550 Merge pull request #20331 from overleaf/jpa-build-scripts-sync 1 year ago

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 HTTP 200 filestore is up or HTTP 503 when shutting down
  • /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.