Kotlin: Move an existing file

Parameters

Examples

Move file

val bucket = supabase.storage.from("avatars")
bucket.move("icon1.png", "icon2.png")