MCPcopy Create free account
hub / github.com/apache/cloudberry / ListBucketResult

Class ListBucketResult

gpcontrib/gpcloud/include/s3interface.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45struct ListBucketResult {
46 string Name;
47 string Prefix;
48 vector<BucketContent> contents;
49};
50
51class S3Interface {
52 public:

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68