Files
versitygw/s3response
jonaustin09 6a3254c29f feat: add s3 xsd new schemas, create new routes
add: DeleteObjects new xsd schema
add: HeadObject, DeleteObjects api actions
2023-05-12 23:17:36 +04:00
..
2023-05-05 17:16:59 -07:00

https://doc.s3.amazonaws.com/2006-03-01/AmazonS3.xsd

see https://blog.aqwari.net/xml-schema-go/

go install aqwari.net/xml/cmd/xsdgen@latest
xsdgen -o s3api_xsd_generated.go -pkg s3response AmazonS3.xsd
xsdgen -o s3api_xsd_generated.go -pkg s3response AmazonS3-additions.xsd