Ian Cook created ARROW-11218:
--------------------------------
Summary: [R] Make SubTreeFileSystem print method more informative
Key: ARROW-11218
URL: https://issues.apache.org/jira/browse/ARROW-11218
Project: Apache Arrow
Issue Type: Improvement
Components: R
Reporter: Ian Cook
Assignee: Ian Cook
The print method for {{SubTreeFileSystem}} objects prints only the class name.
Make it print more useful information, such as a filesystem URI including
scheme. For example:
{code:r}
print(s3_bucket("ursa-labs-taxi-data"))
## SubTreeFileSystem: s3://ursa-labs-taxi-data
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)