|
@@ -224,6 +224,7 @@ var (
|
|
|
S3Region string
|
|
|
S3ForceStyle string
|
|
|
S3EndpointPort string
|
|
|
+ S3Protocol string
|
|
|
)
|
|
|
|
|
|
func init() {
|
|
@@ -495,6 +496,7 @@ func init() {
|
|
|
S3Region = config["s3_region"]
|
|
|
S3ForceStyle = config["s3_force_style"]
|
|
|
S3EndpointPort = config["s3_endpoint_port"]
|
|
|
+ S3Protocol = config["s3_protocol"]
|
|
|
}
|
|
|
|
|
|
// 生成长图服务地址
|