Chris Lu 9b3109a5d8 filer: processing all response headers, no pass through to volume server 4 years ago
..
AmazonS3.xsd 834a25f084 add list all my buckets 6 years ago
README.txt 834a25f084 add list all my buckets 6 years ago
auth_credentials.go 4ed6b584e2 s3: access control limited by bucket 4 years ago
auth_credentials_test.go 4cdde5f569 configuration stores the identity list 4 years ago
auth_signature_v2.go b90ad6f452 add v2 support 4 years ago
auth_signature_v4.go ed0acd1722 go fmt 4 years ago
auto_signature_v4_test.go ed0acd1722 go fmt 4 years ago
chunked_reader_v4.go f3ce3166ad add streaming v4 4 years ago
custom_types.go 78b9db34d5 weed s3: generate time format acceptable by aws cli s3 5 years ago
filer_multipart.go 97ab8a1976 remove ctx if possible 4 years ago
filer_multipart_test.go cb07d15254 add namespace for s3 5 years ago
filer_util.go afb20de14c breaks dependency loop 4 years ago
s3api_auth.go ed0acd1722 go fmt 4 years ago
s3api_bucket_handlers.go afb20de14c breaks dependency loop 4 years ago
s3api_bucket_handlers_test.go cb07d15254 add namespace for s3 5 years ago
s3api_errors.go bc38b72a20 s3: implemented DeleteMultipleObjects 4 years ago
s3api_handlers.go f90c43635d refactoring 4 years ago
s3api_object_copy_handlers.go 35dde56711 refactoring 4 years ago
s3api_object_handlers.go 9b3109a5d8 filer: processing all response headers, no pass through to volume server 4 years ago
s3api_object_multipart_handlers.go 97ab8a1976 remove ctx if possible 4 years ago
s3api_objects_list_handlers.go 97ab8a1976 remove ctx if possible 4 years ago
s3api_objects_list_handlers_test.go 20dcb44077 fix tests 5 years ago
s3api_server.go b90ad6f452 add v2 support 4 years ago
s3api_test.go a80ecbfe84 s3: add s3 copy 4 years ago
s3api_xsd_generated.go 2cb348a2c2 s3 api: fix listbucket common_prefixes issue 4 years ago

README.txt

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