Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
konakonall committed Feb 11, 2020
1 parent 1944e78 commit d0d11d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion COSXMLDemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ static void Main(string[] args)

// TCE 初始化方式
// string domain = "your.domain"; // 替换成您的 Domain
// string endpoint = String.format("cos.%s.%s", region, domain);
// string endpoint = String.Format("cos.{0}.{1}", region, domain);
// CosXmlConfig config = new CosXmlConfig.Builder()
// .setEndpointSuffix(endpoint)
// .SetRegion(region)
// .SetDebugLog(true)
// .Build();

Expand Down

0 comments on commit d0d11d6

Please sign in to comment.