aliyun / oss-browser

OSS Browser 提供类似windows资源管理器功能。用户可以很方便的浏览文件,上传下载文件,支持断点续传等。
Other
3.16k stars 442 forks source link

fix: logout remove bucket info #408

Closed PeterRao closed 3 years ago

PeterRao commented 3 years ago
  1. 修复登出后,没有清理bucket列表信息,导致下次在登录仍然使用上次bucket信息的bug。
  2. 修复文件保存,无法保留ACL,storageClass 等信息的问题。
  3. 使用node接口替换浏览器接口,以修复electorn 会把 Content-Type:text/plain; charset=utf-8 转成 Content-Type:text/plain; charset=UTF-8 导致无法保存报错的bug
  4. 修复bucket和object搜索,失效问题。
  5. 调试模式下增加node的 debug 信息
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.