# aliyun-oss-spring-boot-starter **Repository Path**: vincenterWang/aliyun-oss-spring-boot-starter ## Basic Information - **Project Name**: aliyun-oss-spring-boot-starter - **Description**: 阿里云 oss 起步依赖 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-24 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aliyun-oss-spring-boot-starter #### 介绍 阿里云 oss 起步依赖 #### 软件架构 适用于jdk>=17 ### 参数说明 #### 以下必填 | 参数 | 说明 | | ---------- | -------------------------------------- | | endpoint | 阿里云OSS Endpoint 阿里云OSS控制台获取 | | bucketName | Bucket名称 阿里云OSS控制台获取 | | accessKey | 密钥 阿里云控制台获取 | | secretKey | 密钥 阿里云控制台获取 | #### 以下选填,有默认值 | 参数 | 说明 | | ------------------ | ------------------------------- | | region | 地域编号,保持和endpoint匹配 | | verifySSLEnable | 是否开启SSL,默认 true | | maxConnections | 最大连接数,默认1024 | | userAgent | 用户代理,默认 | | socketTimeout | Socket 链接超时时间,默认50000ms | | connectionTimeout | 建立连接超时时间 ,默认50000ms | | idleConnectionTime | 空闲连接超时时间,默认60000ms | | maxErrorRetry | 错误重试次数,默认3次 | | supportCname | 是否支持CNAME,默认false |