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

Method DeleteObjects

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

Source from the content-addressed store, hash-verified

2850 }
2851
2852 Status DeleteObjects(const std::string& bucket, const std::vector<std::string>& keys) {
2853 return DeleteObjectsAsync(bucket, keys).status();
2854 }
2855
2856 // Check to make sure the given path is not a file
2857 //

Callers 2

RestoreTestBucketFunction · 0.80
ARROW_ASSIGN_OR_RAISEMethod · 0.80

Calls 1

statusMethod · 0.45

Tested by 1

RestoreTestBucketFunction · 0.64