raulcd commented on code in PR #46345:
URL: https://github.com/apache/arrow/pull/46345#discussion_r2077205064
##########
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:
@AlenkaF @rok do you know any bucket we could use here? I am unsure if we
should just skip this from the doctest but I don't know any public one to use
here, maybe you know one.
--
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]