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

Remove buffer from file #10

Closed gcascio closed 1 year ago

gcascio commented 1 year ago

Currently the buffer is never removed from the file object causing strapi to store the buffer in the database.

Here an example of a response (located in the formats field of a media response)

Screenshot 2022-12-19 at 00 17 33
matijamatija commented 1 year ago

Thanks for the fix guys 🙏

@shorwood any idea when this could be published to npm?

shorwood commented 1 year ago

It is now ;)