Open jan-tennert opened 3 months ago
Feature
Support for the new user metadata and the new exists and info methods.
exists
info
client.storage["my-bucket"].upload("file.png", data) { userMetadata { put("key", "value") } //Or: userMetadata(myCustomObject) }
Additionally, the Storage plugin now also provides the ability to set a custom serializer.
Storage
See https://github.com/supabase/storage-js/pull/207/
What kind of change does this PR introduce?
Feature
What is the new behavior?
Support for the new user metadata and the new
exists
andinfo
methods.Additionally, the
Storage
plugin now also provides the ability to set a custom serializer.Additional context
See https://github.com/supabase/storage-js/pull/207/