Skip to content

Upgrade to 2.1.4 breaks S3 fileAdapter #820

@michaelbina

Description

@michaelbina

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions