keystonejs-contrib / k6-contrib

Keyston-6 contrib
MIT License
35 stars 18 forks source link

fields-azure: Add support for preserve storage config parameter #41

Closed sfodor closed 1 year ago

sfodor commented 1 year ago

The preserve storage config parameter already exists in Keystone, see https://keystonejs.com/docs/config/config#storage-images-and-files. Currently the files are not deleted when they are removed from Keystone's database. It means wasted storage space, and possible unwanted files in azure blob storage.

gautamsi commented 1 year ago

this is done, let me know if this worked.

sfodor commented 1 year ago

Thanks. It works.