Skip to content

Commit

Permalink
Update Constants.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperionAdonis authored Dec 1, 2020
1 parent 7a8016d commit 752e7b0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
public class Constants {

/** Default hostname for the SCS service endpoint */
public static String S3_HOSTNAME = "sinacloud.net";
//public static String S3_HOSTNAME = "intra-d.sinastorage.com"
// public static String S3_HOSTNAME = "sinacloud.net";
public static String S3_HOSTNAME = "intra-d.sinastorage.com";

/** Default hostname for the SCS upload endpoint */
public static String S3_UPLOAD_HOSTNAME = "sinacloud.net";//"up.sinacloud.net";
//public static String S3_UPLOAD_HOSTNAME = "intra-d.sinastorage.com"
// public static String S3_UPLOAD_HOSTNAME = "sinacloud.net";//"up.sinacloud.net";
public static String S3_UPLOAD_HOSTNAME = "intra-d.sinastorage.com";

//暂时取消支持
// /** Default hostname for the SCS download endpoint */
Expand Down

0 comments on commit 752e7b0

Please sign in to comment.