raulcd commented on code in PR #46345:
URL: https://github.com/apache/arrow/pull/46345#discussion_r2077357211
##########
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:
ok, let's skip it if we all are happy with it. If we have some AWS budget
for the project we could create our own bucket in the future so we have control
over it.
--
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]