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 884bc4c commit f31a405Copy full SHA for f31a405
src/QiniuTests/TestEnv.cs
@@ -21,8 +21,8 @@ public TestEnv()
21
}
22
else
23
{
24
- this.AccessKey = "QWYn5TFQsLLU1pL5MFEmX3s5DmHdUThav9WyOWOm";
25
- this.SecretKey = "Bxckh6FA-Fbs9Yt3i3cbKVK22UPBmAOHJcL95pGz";
+ this.AccessKey = "";
+ this.SecretKey = "";
26
this.Bucket = "csharpsdk";
27
this.Domain = "csharpsdk.qiniudn.com";
28
this.LocalFile = "E:\\VSProjects\\csharp-sdk\\tools\\files\\test.jpg";
0 commit comments