文件名从 src/main/java/com/mzl/flower/config/TosClientConfig.java 修改 |
| | |
| | | package com.mzl.flower.config; |
| | | package com.mzl.flower.config.oss; |
| | | |
| | | import com.volcengine.tos.TOSV2; |
| | | import com.volcengine.tos.TOSV2ClientBuilder; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.annotation.Configuration; |
| | | |
| | |
| | | public class TosClientConfig { |
| | | |
| | | @Resource |
| | | private TosProperties properties; |
| | | private TosOssProperties properties; |
| | | |
| | | @Bean |
| | | public TOSV2 tosClient() { |