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 d019eac commit ff86742Copy full SHA for ff86742
oss/const.go
@@ -75,5 +75,5 @@ const (
75
MaxPartSize = 5 * 1024 * 1024 * 1024 // 文件片最大值,5GB
76
MinPartSize = 100 * 1024 // 文件片最小值,100KB
77
78
- Version = "0.2.0" // Go sdk版本
+ Version = "1.0.0" // Go sdk版本
79
)
0 commit comments