shorwood / strapi-provider-upload-do

Strapi Upload Provider for Digital Ocean Spaces. This provider will upload to the space using the AWS S3 API.
MIT License
59 stars 32 forks source link

Image upload persist buffer object in the database #11

Closed gcascio closed 1 year ago

gcascio commented 1 year ago

The buffer is never removed from the file object when uploadStream is used by strapi. This causes strapi to store the buffer in the database.

Related strapi issue: 15154

shorwood commented 1 year ago

Resolved by #10