- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
The problem:
You want to store attachments and avatars in a non-local filesystem.
The solution:
There are currently 3 locations you can override filesystem adaptors:
The issue:
Overwriting the data and internal-data filesystem is (for the most part) an "all...
You want to store attachments and avatars in a non-local filesystem.
The solution:
There are currently 3 locations you can override filesystem adaptors:
data
, internal-data
and code-cache
. So to solve "the problem" you can override data
and internal-data
to use something like AWS S3. So far, so good...The issue:
Overwriting the data and internal-data filesystem is (for the most part) an "all...