Content
View differences
Updated by Adam Szabo almost 4 years ago
Currently, only the necessary configuration options within OpenProject are documented if the instance is to be run against an S3 (e.g.:https://github.com/opf/openproject/blob/dev/docs/installation-and-operations/configuration/README.md#attachment-storage-type)
https://www.openproject.org/docs/installation-and-operations/configuration/#attachments-storage
However, the whole picture is still missing. It would makes sense to add the necessary steps for setting up the whole thing to the documentation including at the least:
* Infrastructure: Outgoing traffic to S3. Some infrastructure might block that by default.
* CORS: Requests from the OpenProject instance might be blocked by S3 unless the correct CORS settings have been set in S3.
https://www.openproject.org/docs/installation-and-operations/configuration/#attachments-storage
However, the whole picture is still missing. It would makes sense to add the necessary steps for setting up the whole thing to the documentation including at the least:
* Infrastructure: Outgoing traffic to S3. Some infrastructure might block that by default.
* CORS: Requests from the OpenProject instance might be blocked by S3 unless the correct CORS settings have been set in S3.