MCPcopy 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

SetUpMethod · 0.80
TESTFunction · 0.80
InitConfigFunction · 0.80

Calls

no outgoing calls

Tested by 2

SetUpMethod · 0.64
TESTFunction · 0.64