Skip to content
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 custom metadata, new info and exists method #295

Open
grdsdev opened this issue Aug 28, 2024 · 3 comments
Open

Add support for custom metadata, new info and exists method #295

grdsdev opened this issue Aug 28, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@grdsdev
Copy link
Contributor

grdsdev commented Aug 28, 2024

Is your feature request related to a problem? Please describe.
There are 2 new supported methods that needs to be added.

  1. info(path: str)
  2. exists(path: str)

And also the upload methods now support custom metadata to be associated with the uploaded file.

Additional context
JS: supabase/storage-js#207
Swift: supabase/supabase-swift#510

@grdsdev grdsdev added the enhancement New feature or request label Aug 28, 2024
@jppty
Copy link

jppty commented Aug 28, 2024

Is there documentation on how to add metadata through TUS uploads?

The PR here indicates TUS is supported: supabase/storage#518

@grdsdev
Copy link
Contributor Author

grdsdev commented Aug 28, 2024

Hey @jppty we just started working on the TUS implementation for Python, yet not supported.

This is the PR if you wish to track progress: #294

@jppty
Copy link

jppty commented Aug 28, 2024

My bad - didn't realize this was the python repo. Thanks for the quick response :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants