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.
2 parents 744d8f2 + 6ab2280 commit 33e94d2Copy full SHA for 33e94d2
library/src/main/java/com/qiniu/android/storage/Configuration.java
@@ -116,7 +116,7 @@ public static class Builder {
116
private KeyGenerator keyGen = null;
117
private ProxyConfiguration proxy = null;
118
119
- private boolean useHttps = false;
+ private boolean useHttps = true;
120
private int chunkSize = 2 * 1024 * 1024;
121
private int putThreshold = 4 * 1024 * 1024;
122
private int connectTimeout = 10;
0 commit comments