Skip to content

Commit

Permalink
格式check改动-恢复5
Browse files Browse the repository at this point in the history
  • Loading branch information
lhq01844380@antgroup.com committed Jun 28, 2024
1 parent 5779c70 commit 52d3cea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .github/dead_link_check_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"pattern": "^/",
"replacement": "http://localhost:3000/#/"
},
{
"pattern": "^/img",
"replacement": "docs/static/img"
},
{
"pattern": "^zh/",
"replacement": "http://localhost:3000/#/zh/"
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config = {
favicon: 'https://gw.alipayobjects.com/zos/bmw-prod/65518bfc-8ba5-4234-a5c5-2bc065e3a5f0.svg',

url: 'https://mosn.io',
baseUrl: '/layotto/',
baseUrl: '/',

organizationName: 'mosn',
projectName: 'layotto',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ The definition of the interface is primarily divided into one of the main fields
The design of the interface primarily refers to the aliyun and aws and the minio interface definitions.
> https://docs.aws.amazon.com/zh_cn/AmazonS3/latest/API/API_GetObject.html\
> https://help.aliyun.com/document_detail/31980.html\
> https://docs.aws.amazon.com/zh_cn/AmazonS3/latest/API/API_GetObject.html
> https://help.aliyun.com/document_detail/31980.html
> https://docs.min.io/docs/golang-client-api-reference.html
### PutObject
Object upload interface, used as file upload, is the most basic ability of the goss.
> [https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_PutObject.html] (https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_PutObject.html)\
> [https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_PutObject.html] (https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_PutObject.html)
> [https://help.aliyun.com/document_detail/31978.html] (https://help.aliyun.com/document_detail/31978.html)
### GetObject
Object download interface, used as file downloads, is the most basic ability of oss.
> [https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_GetObject.html] (https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_GetObject.html)\
> [https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_GetObject.html] (https://docs.aws.amazon.com/en_cn/AmazonS3/latest/API/API_GetObject.html)
> [https://help.aliyun.com/document_detail/31980.html] (https://help.aliyun.com/document_detail/31980.html)
### DeleteObject
Expand Down Expand Up @@ -150,8 +150,8 @@ as long as it can be done to remind users that the interface does not fit the po
> [https://help.aliyun.com/document_detail/100676.html] (https://help.aliun.com/document_detail/100676.html) Aliyun object acl type\
> [https://cloud.tencent.com/document/product/436/30752#E9.A2.84.E8.E7.E7.9A.84-acl] (https://cloud.tenent.com/document/product/436/30752#E9.A2.84.E.84.E.8.BE.7.9A.84-acl) Tencast cloud acltype\
> [https://docs.aws.amazon.com/AmazonS3/useruide/acl-overview.html#CannedACL](https://docs.amazon.com/AmazonS3/usitude/acl-overview.html#CannedACL)\
> [https://github.com/
> [https://docs.aws.amazon.com/AmazonS3/useruide/acl-overview.html#CannedACL](https://docs.amazon.com/AmazonS3/usitude/acl-overview.html#CannedACL)
> [https://github.com/minio/minio/issues/8195](https://github.com/minio/minio/issues/8195) 对于minio是否应该支持acl的讨论
### PutObjectCannedAcl
Expand Down Expand Up @@ -200,7 +200,7 @@ Returns the metadata data of the object, which is the most basic ability of the
The interface is not clearly defined in s3, and users can determine whether an object exists by way of the http's standard error code returned by HeadObject, which is abstracted separately to make the interface more semicolon.
> [http://biercoff.com/how-to-check-with-aws-cli-if-file-exiss-in-s3/](http://biercoff.com/how-to-check-with-aws-cli-file-exiss-in-s3/)\
> [http://biercoff.com/how-to-check-with-aws-cli-if-file-exiss-in-s3/](http://biercoff.com/how-to-check-with-aws-cli-file-exiss-in-s3)
> [https://stackoverflow.com/questions/41871948/aws-s3-how-to-check-if-a-file-exiss-in-a-bucket-using-bash](https://stackoverflow.com/questions/41871948/aws-on-to-the-file-existing-bash)
### SignURL
Expand Down

0 comments on commit 52d3cea

Please sign in to comment.