overleaf/services/filestore/app/coffee
Shane Kilkelly 9b8f11f517 Fix the check for a success response from S3.
We need to handle both a 200 and 206 (partial content) response.
2015-09-01 12:25:10 +01:00
..
Errors.coffee Ensure that Filestore responds with 404 when a file does not exist. 2015-08-31 16:47:16 +01:00
FileController.coffee Ensure that Filestore responds with 404 when a file does not exist. 2015-08-31 16:47:16 +01:00
FileConverter.coffee
FileHandler.coffee Begin work towards obeying 'Range' headers, thread the opts down to persistence layer. 2015-08-27 15:21:33 +01:00
FSPersistorManager.coffee Improve testing of error conditions in the FSPersistorManager. 2015-09-01 12:10:30 +01:00
ImageOptimiser.coffee
KeyBuilder.coffee add support for public files 2015-05-08 15:15:48 +01:00
LocalFileWriter.coffee move pipe after error handler setup 2015-05-08 15:19:45 +01:00
PersistorManager.coffee
S3PersistorManager.coffee Fix the check for a success response from S3. 2015-09-01 12:25:10 +01:00
SafeExec.coffee