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

Method getFullUrlForCurl

gpcontrib/gpcloud/src/s3url.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39string S3Url::getFullUrlForCurl() const {
40 stringstream fullUrl;
41
42 fullUrl << this->getSchema() << "://" << this->getHostForCurl() << "/" << this->getBucket()
43 << "/" << this->getPrefix();
44
45 return fullUrl.str();
46}
47
48string S3Url::getHostForCurl() const {
49 if (version != "1") {

Callers 15

TEST_FFunction · 0.80
openMethod · 0.80
constructReaderParamsMethod · 0.80
getBucketResponseMethod · 0.80
fetchDataMethod · 0.80
checkCompressionTypeMethod · 0.80
checkKeyExistenceMethod · 0.80
getUploadIdMethod · 0.80
uploadPartOfDataMethod · 0.80
completeMultiPartMethod · 0.80
abortUploadMethod · 0.80
openMethod · 0.80

Calls 2

getHostForCurlMethod · 0.95
strMethod · 0.45

Tested by 1

TEST_FFunction · 0.64