supabase-community / storage-java

A Java client library for the Supabase Storage API
https://supabase-community.github.io/storage-java/
MIT License
13 stars 1 forks source link

support file size limit and mime types #38

Closed MagnusHJensen closed 1 year ago

MagnusHJensen commented 1 year ago

What kind of change does this PR introduce?

Supports the features introduced in version 0.29.0 in the storage api.

What is the current behavior?

Not allowing for custom file size limits, and or blocking mime types to a certain allow list.

What is the new behavior?

You can now create and update buckets with a file size limit and a list of mime types.

Additional context

Add any other context or screenshots.