Supabase.Storage.Objects.move

You're seeing just the function move, go back to Supabase.Storage.Objects module for more information.
Link to this function

move(conn, bucket, source_key, destination_key)

View Source

Specs

move(Supabase.Connection.t(), Storage.Bucket.t(), String.t(), String.t()) ::
  {:error, map()} | {:ok, map()}