Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ setCred
Method
setCred
gpcontrib/gpcloud/include/s3params.h:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void setCred(const S3Credential& cred) {
50
this->cred = cred;
51
}
52
53
void setCred(const string accessId, const string secret, const string token) {
54
this->cred.accessID = accessId;
Callers
3
SetUp
Method · 0.80
TEST
Function · 0.80
InitConfig
Function · 0.80
Calls
no outgoing calls
Tested by
2
SetUp
Method · 0.64
TEST
Function · 0.64