aliyun-oss-website-action icon indicating copy to clipboard operation
aliyun-oss-website-action copied to clipboard

将网站部署到阿里云OSS. Deploy website on aliyun OSS(Alibaba Cloud OSS)

Results 7 aliyun-oss-website-action issues
Sort by recently updated
recently updated
newest added

- [[feature] add upload prefix](https://github.com/fangbinwei/aliyun-oss-website-action/commit/81378876d323c5e0f681f8b3bc33dfe9c23f0a19)

There are some errors that happen on the Apache Doris Website. I have no idea about this. It has nothing to do with AK/SK access. We do not change anything....

bug

首先感谢作者,这是个非常棒的动作。我希望可以增加静态页面的"文件 404 规则"配置,目前动作无法设置"文件 404 规则",默认是`Redirect`。对于大部分静态页面,我认为该值设置为`Index`更为合理。 查找了下文档,该值可在`PutBucketWebsite`请求的`IndexDocument`下`Type`的参数进行配置 参考:https://www.alibabacloud.com/help/zh/object-storage-service/latest/putbucketwebsite 再次感谢

有时候想传到bucket的子目录。 -- 感谢作者,非常好的项目。

enhancement

ran into ``` Failed to get website detail configuration, skip setting oss: service returned error: StatusCode=403, ErrorCode=SignatureDoesNotMatch, ErrorMessage="The request signature we calculated does not match the signature you provided. Check...

``` docker run -e ACCESS_KEY_ID=your_access_key_id \ -e ACCESS_KEY_SECRET=your_access_key_secret \ -e BUCKET=xxx \ -e ENDPOINT=oss-cn-shanghai.aliyuncs.com \ -e FOLDER=public \ -e SKIP_SETTING=true \ -e INCREMENTAL=true \ fangbinwei/aliyun-oss-website-action:v1 ``` - `ACCESS_KEY_ID=your_access_key_id` - `ACCESS_KEY_SECRET=your_access_key_secret`...