Looks like when using the top level read_file with a custom reader, the custom reader is not propagated down to the object. This means that then calling get_items(), for example, the target will be read with the standard default reader.
It looks like STACObject has a from_file method that handles setting a reader on the object that could be used
Looks like when using the top level
read_filewith a custom reader, the custom reader is not propagated down to the object. This means that then callingget_items(), for example, the target will be read with the standard default reader.It looks like STACObject has a from_file method that handles setting a reader on the object that could be used