# oss-client **Repository Path**: focnal/oss-client ## Basic Information - **Project Name**: oss-client - **Description**: 自己写的一个基于阿里云oss sdk的java客户端 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-13 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oss-demo #### 介绍 一个简陋的oss文件管理客户端 #### 软件架构 ~~非常简单, 懒得说明了~~ #### 使用说明 在与jar文件同一目录下放置自己的yml配置文件`oss-config.yml`(这是默认的名字)进行启动, 否则将会尝试从类路径加载配置文件 这个配置文件的结构如下 ```yaml oss: access_key_id: pppppaaaaassssssswwwwwwooooorrrrrddddd access_key_secret: pppppaaaaassssssswwwwwwooooorrrrrddddd endpoint: oss-cn-chengdu.aliyuncs.com bucket_name: bucket-name # 可选配置项,例如连接超时时间,单位为毫秒 connect_timeout: 10000 ```