venus icon indicating copy to clipboard operation
venus copied to clipboard

[venus-market] 对象存储配置增加bucket

Open hunjixin opened this issue 2 years ago • 1 comments

Checklist

  • [X] This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue.
  • [X] This is not a new feature request. If it is, please file a feature request instead.
  • [X] This is not brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on the venus forum and select the category as Ideas.
  • [X] I have a specific, actionable, and well motivated improvement to propose.

Venus component

  • [X] venus daemon - [chain service] chain sync
  • [ ] venus auth - [chain service] authentication
  • [ ] venus messager - [chain service] message management (mpool)
  • [ ] venus gateway - [chain service] gateway
  • [ ] venus miner - [chain service] mining and block production
  • [ ] venus sealer/worker - sealing
  • [ ] venus sealer - proving (WindowPoSt)
  • [ ] venus market - storage deal
  • [ ] venus market - retrieval deal
  • [ ] venus market - data transfer
  • [ ] venus light-weight client
  • [ ] venus JSON-RPC API
  • [ ] Other

Improvement Suggestion

由于对象存储的ipend格式不固定,从其中取出bucket名称比较麻烦,而且还可能不兼容,特别是在多级目录的时候。 因此这里直接增加Bucket字段配置,,ipendpoint不做解析直接使用。简化这一块的代码,减少歧义。

hunjixin avatar Jul 12 '22 08:07 hunjixin

拆解为一下任务:

  • [x] 完成配置bucket的代码编写
  • [x] 完成相关文档的更新

LinZexiao avatar Jul 28 '22 02:07 LinZexiao