forked from TrueCloudLab/s3-tests-parser
18 lines
400 B
Go Template
18 lines
400 B
Go Template
|
# S3 Protocol Compatibility
|
||
|
|
||
|
Reference:
|
||
|
* [AWS S3 API Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/s3-api.pdf)
|
||
|
|
||
|
| | Legend |
|
||
|
|---|--------|{{range .Legend}}
|
||
|
| {{colorToCircle .Color}} | {{.Description}} |{{end}}
|
||
|
|
||
|
|
||
|
{{range .TagGroups}}
|
||
|
## {{.Name}}
|
||
|
|
||
|
| | Name | Comments |
|
||
|
|---|------|----------|{{range .Tests}}
|
||
|
| {{colorToCircle .Color}} | {{.Name}} | {{.Comment}} |{{end}}
|
||
|
{{end}}
|