2023.03.14 调整参数,兼容minio服务;调整参数,生成的链接最长有效期为7天。
This commit is contained in:
		| @@ -180,6 +180,11 @@ provider.aws { | ||||
|   key = "fTbjUPzlfsxlue0O" | ||||
|   secret = "Gf6xyQie5QDH28y41f4mXuDzvez26cWg" | ||||
|   region = "ap-southeast-1" | ||||
|   host = "http://192.168.2.239:9000" | ||||
|  | ||||
|   s3 { | ||||
|     pathStyleAccessEnabled = true | ||||
|   } | ||||
|  | ||||
|   sns { | ||||
|     region = "ap-southeast-1" | ||||
| @@ -268,7 +273,8 @@ audio.storage.address="https://minio.dev.eveus.com/mkfleet/audio/" | ||||
|  | ||||
| clip.request.pendingTimeout = 604800 | ||||
| clip.storage.maxAge { | ||||
|   default = 15811200 | ||||
| #  default = 15811200  // 183 days | ||||
|   default = 604800   // 7days | ||||
| } | ||||
| clip.uploading.supportResume = true | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user