1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-05 16:47:04 +02:00
seaweedfs/weed/s3api
2019-02-27 00:21:37 -08:00
..
AmazonS3.xsd add list all my buckets 2018-07-18 02:37:09 -07:00
chunked_reader_v4.go go fmt 2018-09-03 16:47:00 -07:00
filer_multipart.go add namespace for s3 2019-02-27 00:21:37 -08:00
filer_multipart_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
filer_util.go adjust proto API 2018-12-11 07:17:10 -08:00
README.txt add list all my buckets 2018-07-18 02:37:09 -07:00
s3api_auth.go go fmt 2018-09-03 16:47:00 -07:00
s3api_bucket_handlers.go add namespace for ListAllMyBucketsResult 2019-02-26 23:23:04 -08:00
s3api_bucket_handlers_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
s3api_errors.go working S3 multipart uploads 2018-09-12 00:46:12 -07:00
s3api_handlers.go adding grpc mutual tls 2019-02-18 12:11:52 -08:00
s3api_object_handlers.go fix spelling 2019-01-02 02:38:32 -08:00
s3api_object_multipart_handlers.go adjust uploads to a hidden folder 2018-09-19 22:03:16 -07:00
s3api_objects_list_handlers.go add namespace for s3 2019-02-27 00:21:37 -08:00
s3api_objects_list_handlers_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
s3api_server.go adding grpc mutual tls 2019-02-18 12:11:52 -08:00
s3api_xsd_generated.go add namespace for s3 2019-02-27 00:21:37 -08: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