ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,673
- Points
- 823
Reputation:
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
Continue reading...
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
Continue reading...