We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0eb2b commit 272d1f1Copy full SHA for 272d1f1
src/test/java/com/aliyun/oss/integrationtests/TestConfig.java
@@ -22,10 +22,10 @@
22
public final class TestConfig {
23
24
// OSS test configuration
25
- public static String OSS_TEST_ENDPOINT = "http://oss-cn-shenzhen.aliyuncs.com";
+ public static String OSS_TEST_ENDPOINT = null;
26
public static String OSS_TEST_REGION = null;
27
- public static String OSS_TEST_ACCESS_KEY_ID = "2NeLUvmJFYbrj2Eb";
28
- public static String OSS_TEST_ACCESS_KEY_SECRET = "tpKbdpzCavhbYghxHih5urCw5lkBdx";
+ public static String OSS_TEST_ACCESS_KEY_ID = null;
+ public static String OSS_TEST_ACCESS_KEY_SECRET = null;
29
public static String OSS_TEST_ACCESS_KEY_ID_1 = null;
30
public static String OSS_TEST_ACCESS_KEY_SECRET_1 = null;
31
0 commit comments