MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / setAccessKeyId

Method setAccessKeyId

manager/src/main/java/server/Commands.java:88–90  ·  view source on GitHub ↗
(String accessKeyId)

Source from the content-addressed store, hash-verified

86 }
87
88 public static void setAccessKeyId(String accessKeyId) {
89 Commands.accessKeyId = accessKeyId;
90 }
91
92 public static String getAccessKeySecret() {
93 return accessKeySecret;

Callers 1

configMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected