Supabase.Storage.Objects.copy

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

copy(conn, bucket, source_key, destination_key)

View Source

Specs

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