beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Content-Disposition

Xuanwo opened this issue · comments

This issue will focus on implement content-disposition support for go-storage.

Description

  • content-disposition pair: This pair should be a global pair of go-storage.
    • For write operation: User can use content-dispostion to set the object metadata.
    • For read operation: User can set content-dispostion for this request.
  • content-disposition object metadata: This pair should be in object metadata.

Reference

Possible solution: #839