fix: cap delete objects by config by ferhatelmas · Pull Request #1162 · supabase/storage (original) (raw)

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Delete objects are capped at 1000.

What is the new behavior?

Add env configuration to control hard enable or disable. By default, be forgiving but update OpenAPI with the limit because it will be limited soon.
Have tenant specific config to provide time to adapt.

Additional context

Related to #1160