mirror of
https://github.com/versity/versitygw.git
synced 2026-01-08 12:41:10 +00:00
The xml encoding of the s3.ListBucketsOutput return type was not giving correct results when there is only a single bucket. This revives the old aws xsd schema and generated types that will give more accurate xml encoding results.
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