1 Star 0 Fork 0

xiadewang / huaweicloud-sdk-java-obs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

Version 3.20.1 三方依赖:

  1. 使用 okhttp 3.14.2 替代okhttp 3.11.0

Version 3.19.11 新特性:

  1. 请求鉴权支持链式访问模式
  2. 支持下载请求,返回302请求的情况下,重定向的时候不带鉴权信息

三方依赖:

  1. 使用 log4j-core 2.12.0 替代 log4j-core 2.8.2
  2. 使用 log4j-api 2.12.0 替代 jackson-databind 2.8.2
  3. 使用 java-xmlbuilder 1.2 替代 java-xmlbuilder 1.1

Version 3.19.9

三方依赖:

  1. 使用 jackson-core 2.9.10 替代 jackson-core 2.9.9
  2. 使用 jackson-databind 2.9.10 替代 jackson-databind 2.9.9
  3. 使用 jackson-annotations 2.9.10 替代 jackson-core 2.9.9

Version 3.19.7

新特性:

  1. 添加IObsCredentialsProvider接口,提供获取AK/SK方法和主动刷新AK/SK的方法;
  2. 添加IObsCredentialsProvider接口的三种实现方式: a. 用户传入AK/SK:BasicObsCredentialsProvider; b. 从环境变量读取AK/SK:EnvironmentVariableObsCredentialsProvider; c. 从ECS服务获取AK/SK:EcsObsCredentialsProvider。
  3. 支持svp格式文件的content-type设置,设置值为image/svg+xml;
  4. 更新第三方依赖: a. 使用 jackson-core 2.9.9 替代 jackson-core 2.9.8 b. 使用 jackson-databind 2.9.9 替代 jackson-databind 2.9.8 c. 使用 jackson-annotations 2.9.9 替代 jackson-core 2.9.8

修复问题:


Version 3.19.5.3

新特性:

修复问题:


Version 3.19.5.2

新特性:

修复问题:

  1. 更新版本声明;

Version 3.19.5

新特性:

  1. sse-kms加密方式新增支持project id;
  2. 新增ObsException.getErrorIndicator获取异常时OBS服务端返回的详细错误标识;

修复问题:

  1. 【功能】修复上传下载进度条在未设置content-length时无法显示的问题;
  2. 【功能】修正以.mp4后缀上传的文件自动设置的content-type为video/mp4;
  3. 【功能】修复在数据回源情况下的对象下载失败的问题;

Version 3.1.3 新特性:

  1. 新增桶加密接口(ObsClient.setBucketEncryption/ObsClient.getBucketEncryption/ObsClient.deleteBucketEncryption),目前仅支持SSE-KMS的服务端加密方式;
  2. 新增服务端加密方式枚举类型(SSEAlgorithmEnum),将服务端加密相关模型 ServerAlgorithm,ServerEncryption 标记为 Deprecated;

资料&demo:

  1. 开发指南服务端加密章节,修改加密示例代码;

修复问题:

  1. 优化异常情况下的日志记录;
  2. 修复上传对象时,传入ByteArrayInputStream数据流可能导致报错的问题;
  3. 优化access日志的级别,避免产生歧义;
  4. 修改断点续传上传接口对段大小限制,从最小5MB改为最小100KB;

Version 3.1.2.1

修复问题:

  1. 修改ObsConfiguration中maxIdleConnections参数的默认值为1000;

Version 3.1.2

新特性:

  1. 桶事件通知接口(ObsClient.setBucketNotification/ObsClient.getBucketNotification)新增对函数工作流服务配置和查询的支持;

资料&demo:

  1. 开发指南事件通知章节,新增对函数工作流服务配置的介绍;

修复问题:

  1. 修复创建桶接口(ObsClient.createBucket)由于协议协商导致报错信息不准确的问题;
  2. 修复okhttp3.Dispatcher底层的BUG,该BUG会导致最大并发数超限;

Version 3.1.1

新特性:

  1. 支持集成 log4j 1.x作为日志组件;
  2. 新增支持以Policy设置权限的临时鉴权访问接口(ObsClient.createGetTemporarySignature);
  3. 上传对象(ObsClient.putObject)支持自动识别更广泛的MIME类型;

修复问题:

  1. 修复设置桶事件通知接口(ObsClient.setBucketNotification)无法设置多个TopicConfiguration的问题;
  2. 修复SDK对JDK 9 及以上版本不兼容的问题;
This help guides Huawei engineers to add or modify the license announcement during the development. In the case that you add a new file, the text below should be added in the head. Copyright 2019 Huawei Technologies Co.,Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. In the case that you modify one existing file, the text below should be added after the exiting license. Huawei has modified this source file. Copyright 2019 Huawei Technologies Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

暂无描述 展开 收起
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/xdw1019/huaweicloud-sdk-java-obs.git
git@gitee.com:xdw1019/huaweicloud-sdk-java-obs.git
xdw1019
huaweicloud-sdk-java-obs
huaweicloud-sdk-java-obs
master

搜索帮助