Commit cbec905d by zhangxingmin

push

parent 1894efb0
......@@ -71,6 +71,7 @@ public class ApiOssStsServiceImpl implements ApiOssStsService {
tokenResponse.setStsToken(credentials.getSecurityToken());
tokenResponse.setRegion(region);
tokenResponse.setBucket(bucket);
tokenResponse.setEndpoint(endpoint);
// 设置大小限制
tokenResponse.setMaxSize(maxSize);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment