1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 15:31:05 +02:00
seaweedfs/weed/s3api
2020-03-26 00:09:01 -07:00
..
AmazonS3.xsd
auth_credentials.go
auth_credentials_test.go
auth_signature_v2.go
auth_signature_v4.go go fmt 2020-02-26 16:52:57 -08:00
auto_signature_v4_test.go go fmt 2020-02-26 16:52:57 -08:00
chunked_reader_v4.go
custom_types.go
filer_multipart.go refactoring 2020-03-23 00:30:02 -07:00
filer_multipart_test.go
filer_util.go refactoring 2020-03-23 00:30:02 -07:00
README.txt
s3api_auth.go go fmt 2020-02-26 16:52:57 -08:00
s3api_bucket_handlers.go refactoring 2020-03-23 00:30:02 -07:00
s3api_bucket_handlers_test.go
s3api_errors.go s3: implemented DeleteMultipleObjects 2020-02-25 14:38:36 -08:00
s3api_handlers.go go fmt 2020-03-26 00:09:01 -07:00
s3api_object_copy_handlers.go
s3api_object_handlers.go refactoring 2020-03-22 23:52:55 -07:00
s3api_object_multipart_handlers.go remove ctx if possible 2020-02-25 22:23:59 -08:00
s3api_objects_list_handlers.go refactoring 2020-03-22 23:52:55 -07:00
s3api_objects_list_handlers_test.go
s3api_server.go
s3api_test.go
s3api_xsd_generated.go

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