Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RestoreTestBucket
Function · 0.80
ARROW_ASSIGN_OR_RAISE
Method · 0.80
Calls
1
status
Method · 0.45
Tested by
1
RestoreTestBucket
Function · 0.64