浏览代码

Adding note about S3

Noah 9 年前
父节点
当前提交
925e862fd0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      SERVER.md

+ 2 - 0
SERVER.md 查看文件

88
 
88
 
89
 Now make sure all the instances have those settings and your webserver located at `1.2.3.4` runs the `bin/server` task and the rest run the `bin/worker` task.
89
 Now make sure all the instances have those settings and your webserver located at `1.2.3.4` runs the `bin/server` task and the rest run the `bin/worker` task.
90
 
90
 
91
+By default, audio and video files uploaded to S3 are public. They have 32-character random filenames, so the odds of someone stumbling onto one by URL are... low, but if this is a problem, read about it in the [Developer notes](DEVELOPERS.md#make-s3-files-private).
92
+
91
 ### All settings
93
 ### All settings
92
 
94
 
93
 `workingDirectory` - a path to a folder where Audiogram can put temporary files (if it doesn't exist, it will be created automatically). This is REQUIRED.
95
 `workingDirectory` - a path to a folder where Audiogram can put temporary files (if it doesn't exist, it will be created automatically). This is REQUIRED.