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

Method Defaults

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

Source from the content-addressed store, hash-verified

287}
288
289S3Options S3Options::Defaults() {
290 S3Options options;
291 options.ConfigureDefaultCredentials();
292 return options;
293}
294
295S3Options S3Options::Anonymous() {
296 S3Options options;

Callers

nothing calls this directly

Calls 6

GetEnvVarFunction · 0.85
GetEnvVarIntegerFunction · 0.85
ValueOrMethod · 0.80
MapMethod · 0.45
okMethod · 0.45

Tested by

no test coverage detected