Skip to content
大纲

服务域名

使用如下服务域名通过AWS S3协议访问FOS:

访问Endpoint协议
fos.flymeyun.comHTTPS

通过AWS S3协议访问FOS和直接访问FOS类似,也支持path-style和 bucket virtual hosting两种方式,以GetObject举例,两种风格请求语法如下:

风格请求语法
bucket virtual hostingGET /object HTTP/1.1
Host: bucket.fos.flymeyun.com
Path-styleGET /bucket/object HTTP/1.1
Host: fos.flymeyun.com