From 45af4fb967e97325e7e5963a5aaf507669fd1084 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Sat, 16 Dec 2023 00:18:52 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 534867e7..d237035c 100644 --- a/README.md +++ b/README.md @@ -250,8 +250,8 @@ data = supabase.storage.from_(bucket_name).move(old_file_path, new_file_path) - [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. - [x] Wrap [storage-py](https://github.com/supabase-community/storage-py) - [ ] Support resumable uploads - - [ ] Setup testing environment - - [ ] Document how to properly upload different file types (e.g. jpeg/png and download it) + - [x] Setup testing environment + - [x] Document how to properly upload different file types (e.g. jpeg/png and download it) - [x] Wrap [functions-py](https://github.com/supabase-community/functions-py) Overall Tasks: