-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
I just upgraded my server to 2.1.4 and my fileAdapter seems to have broken. The files are now being pointed to my own server endpoint instead of S3.
My server config looks like:
filesAdapter: new S3Adapter(
process.env.AWS_ACCESS_KEY,
process.env.AWS_SECRET_ACCESS_KEY,
'whiterabbitapps',
{directAccess: true}
),
I removed the fileKey config just in case that was interfering and that didn't fix the problem. Any insight into why this may have broken?
Metadata
Metadata
Assignees
Labels
No labels