seaweedfs/weed/s3api
Chris Lu 8480008a9a add s3 upload, and removing mono and multi part upload analyzer
removing mono and multi part upload analyzer, which were used just to determine the file name
2018-07-21 10:39:02 -07:00
..
AmazonS3.xsd add list all my buckets 2018-07-18 02:37:09 -07:00
README.txt add list all my buckets 2018-07-18 02:37:09 -07:00
s3api_bucket_handlers.go fix string printing 2018-07-20 00:58:10 -07:00
s3api_errors.go add s3 upload, and removing mono and multi part upload analyzer 2018-07-21 10:39:02 -07:00
s3api_handlers.go add s3 upload, and removing mono and multi part upload analyzer 2018-07-21 10:39:02 -07:00
s3api_object_handlers.go add s3 upload, and removing mono and multi part upload analyzer 2018-07-21 10:39:02 -07:00
s3api_server.go add s3 upload, and removing mono and multi part upload analyzer 2018-07-21 10:39:02 -07:00
s3api_xsd_generated.go add list all my buckets 2018-07-18 02:37:09 -07:00

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

1. go get aqwari.net/xml/cmd/xsdgen
2. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd