Python: Move an existing file

Examples

Move file

res = supabase.storage.from_('bucket_name').move('public/avatar1.png', 'private/avatar2.png')