-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for file metadata, info
and exists
#694
Conversation
# Conflicts: # Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApiImpl.kt
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApiImpl.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApiImpl.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketItem.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketItem.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketItem.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketItem.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileOptionBuilder.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileOptionBuilder.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileOptionBuilder.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileOptionBuilder.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileObject.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileObject.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileObject.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileObject.kt
Fixed
Show fixed
Hide fixed
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApiImpl.kt
Show resolved
Hide resolved
# Conflicts: # Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApi.kt # Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApiImpl.kt # Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FileObject.kt # Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/FlowExt.kt # Storage/src/commonTest/kotlin/BucketApiTest.kt
Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/UploadOptionBuilder.kt
Fixed
Show fixed
Hide fixed
Is there hope for the PR? I'm working on a package that provides parity between supabase-swift and supabase-kt, and |
The PR is ready, @grdsdev? |
Approved as this implementation seems to work with latest Storage API, just make sure the |
@marcprux will be included in the next version! |
Fabulous! Thanks! |
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 supabase/storage-js#207