XenForo
Administrative
- Thread starter
- Admin
- #1
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...
Read more
ادامه مطلب...
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...
Read more
ادامه مطلب...