MCPcopy Create free account
hub / github.com/apache/arrow / subtree_s3fs

Function subtree_s3fs

python/pyarrow/tests/test_fs.py:269–276  ·  view source on GitHub ↗
(request, s3fs)

Source from the content-addressed store, hash-verified

267
268@pytest.fixture
269def subtree_s3fs(request, s3fs):
270 prefix = 'pyarrow-filesystem/prefix/'
271 return dict(
272 fs=SubTreeFileSystem(prefix, s3fs['fs']),
273 pathfn=prefix.__add__,
274 allow_move_dir=False,
275 allow_append_to_file=False,
276 )
277
278
279_minio_limited_policy = """{

Callers

nothing calls this directly

Calls 1

SubTreeFileSystemClass · 0.85

Tested by

no test coverage detected