README.txt 359 B

1234567
  1. see https://blog.aqwari.net/xml-schema-go/
  2. 1. go get aqwari.net/xml/cmd/xsdgen
  3. 2. Add EncodingType element for ListBucketResult in AmazonS3.xsd
  4. 3. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd
  5. 4. Remove empty Grantee struct in s3api_xsd_generated.go
  6. 5. Remove xmlns: sed s'/http:\/\/s3.amazonaws.com\/doc\/2006-03-01\/\ //' s3api_xsd_generated.go