aliyun / ossfs

Export s3fs for aliyun oss.
GNU General Public License v2.0
738 stars 152 forks source link

请问可否支持请求者付费模式? #138

Open vbem opened 4 years ago

vbem commented 4 years ago

背景:

阿里云OSS支持请求者付费模式,用以解决跨账号OSS访问成本共担的问题。需要OSS所有者账号授权其它阿里云账号访问自己的OSS,同时请求时带x-oss-request-payer信息。

建议:

阿里云官方OSSFS挂载选型中增加一个:

选项名称 描述
requester_pays This option instructs ossfs to enable requests involving Requester Pays buckets. It includes the x-oss-request-payer: requester entry in the request header.

参考:

s3fs支持请求者付费模式。

@rockuw @huiguangjun @xuensheng @abo321 @alibaba-oss

vbem commented 4 years ago

已提交PR https://github.com/aliyun/ossfs/pull/140/files