Skip to content

Commit 46e0690

Browse files
authored
feat: update readme (#644)
2 parents 52756a2 + 45af4fb commit 46e0690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ data = supabase.storage.from_(bucket_name).move(old_file_path, new_file_path)
250250
- [x] Add Proof Key for Code Exchange (PKCE) methods. Unlike the JS library, we do not currently plan to support Magic Link (PKCE). Please use the [token hash](https://supabase.com/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr#create-api-endpoint-for-handling-tokenhash) in tandem with `verifyOTP` instead.
251251
- [x] Wrap [storage-py](https://github.com/supabase-community/storage-py)
252252
- [ ] Support resumable uploads
253-
- [ ] Setup testing environment
254-
- [ ] Document how to properly upload different file types (e.g. jpeg/png and download it)
253+
- [x] Setup testing environment
254+
- [x] Document how to properly upload different file types (e.g. jpeg/png and download it)
255255
- [x] Wrap [functions-py](https://github.com/supabase-community/functions-py)
256256

257257
Overall Tasks:

0 commit comments

Comments
 (0)