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

Method ListBuckets

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

Source from the content-addressed store, hash-verified

2967 }
2968
2969 Result<std::vector<std::string>> ListBuckets() {
2970 ARROW_ASSIGN_OR_RAISE(auto client_lock, holder_->Lock());
2971 return ProcessListBuckets(client_lock.Move()->ListBuckets());
2972 }
2973
2974 Future<std::vector<std::string>> ListBucketsAsync() {
2975 auto deferred =

Callers 2

SetUpMethod · 0.80
ListBucketsAsyncMethod · 0.80

Calls 1

MoveMethod · 0.45

Tested by 1

SetUpMethod · 0.64