Downloads a Feather .feather file stored in a MinIO bucket and reads it
into memory as a base data.frame. Internally, the function retrieves
the object contents as raw bytes using minio_get_object, writes
them to a temporary file, and then delegates parsing to
read_feather.
Details
Additional arguments are forwarded to feather::read_feather(), allowing
control over column selection, memory mapping, and other Feather-specific
reading options.
Regardless of the return type produced by feather::read_feather(),
the result is always coerced to a base data.frame for consistency
with other minio_get_* reader functions.
