[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.fs.initialize_s3.html [Back]  [Original]

pyarrow.fs.initialize_s3 — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.fs.initialize_s3#

pyarrow.fs.initialize_s3(S3LogLevel log_level=S3LogLevel.Fatal, int num_event_loop_threads=1)#

Initialize S3 support

Parameters:
log_levelS3LogLevel

level of logging

num_event_loop_threadsint, default 1

how many threads to use for the AWS SDKs I/O event loop

Examples

>>> fs.initialize_s3(fs.S3LogLevel.Error)

Web Proxy Viewer  |  New URL  |  Original Page