sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

Allow an option for auto-delete by default #44

Closed sausin closed 4 years ago

sausin commented 4 years ago

A setting in the config should allow for the possibility for automatically deleting objects with a default, instead of having to specify a deleteAfter on every request.

The package should check for absence of this having been already specified, and if not the default can be used.

Finer grained control can also be used for this feature to only work on private containers.

This feature will be disabled by default.