rok commented on code in PR #46345:
URL: https://github.com/apache/arrow/pull/46345#discussion_r2077325415
##########
python/pyarrow/_s3fs.pyx:
##########
@@ -270,7 +270,7 @@ cdef class S3FileSystem(FileSystem):
>>> s3 = fs.S3FileSystem(region='us-west-2')
>>> s3.get_file_info(fs.FileSelector(
... 'power-analysis-ready-datastore/power_901_constants.zarr/FROCEAN',
recursive=True
- ... ))
+ ... )) # doctest: +SKIP
Review Comment:
Yeah, since it's just a doctest we could skip the `FileSelector`. If you
want a folder with fewer files here's
[one](https://prd-tnm.s3.amazonaws.com/index.html?prefix=StagedProducts/Elevation/1m/Projects/Elwha_River_LiDAR_2014_MOD2/metadata/).
I'm ok either way.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]