com.github.guang19.cosservice.config.COSClientConfiguration Maven / Gradle / Ivy
package com.github.guang19.cosservice.config;
import lombok.Getter;
;
/**
* @author yangguang
* @date 2020/2/3
* @description COS客户端配置
*/
@Getter
public class COSClientConfiguration
{
//COS客户端属性
private final COSClientProperties cosClientProperties;
/**
* COS客户端属性构造
* @param cosClientProperties COS客户端属
*/
public COSClientConfiguration(COSClientProperties cosClientProperties)
{
this.cosClientProperties = cosClientProperties;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy