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

Method S3FileSystem

cpp/src/arrow/filesystem/s3fs.cc:3019–3022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3017};
3018
3019S3FileSystem::S3FileSystem(const S3Options& options, const io::IOContext& io_context)
3020 : FileSystem(io_context), impl_(std::make_shared<Impl>(options, io_context)) {
3021 default_async_is_sync_ = false;
3022}
3023
3024S3FileSystem::~S3FileSystem() {}
3025

Callers 4

py_fsspec_s3fsFunction · 0.80
applicationFunction · 0.80
s3_example_s3fsFunction · 0.80

Calls

no outgoing calls

Tested by 3

py_fsspec_s3fsFunction · 0.64
s3_example_s3fsFunction · 0.64