1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 07:21:00 +02:00
seaweedfs/weed/s3api
2022-02-24 22:48:19 -08:00
..
http
policy
s3_constants
s3err add s3api error for copy in file, not directory 2022-02-04 03:28:37 +03:00
AmazonS3.xsd
auth_credentials.go
auth_credentials_subscribe.go
auth_credentials_test.go
auth_signature_v2.go
auth_signature_v4.go
auto_signature_v4_test.go
chunked_reader_v4.go
custom_types.go
filer_multipart.go comments 2022-02-18 22:14:40 -08:00
filer_multipart_test.go
filer_util.go
filer_util_tags.go
README.txt
s3api_auth.go
s3api_bucket_handlers.go fix incorrect log information 2022-02-25 13:41:20 +08:00
s3api_bucket_handlers_test.go
s3api_bucket_skip_handlers.go
s3api_handlers.go
s3api_object_copy_handlers.go
s3api_object_handlers.go add s3api error for copy in file, not directory 2022-02-04 03:28:37 +03:00
s3api_object_handlers_postpolicy.go
s3api_object_multipart_handlers.go s3: avoid nil response 2022-02-07 11:37:59 -08:00
s3api_object_skip_handlers.go
s3api_object_tagging_handlers.go
s3api_objects_list_handlers.go
s3api_objects_list_handlers_test.go
s3api_policy.go
s3api_server.go weed/s3api: rearrange s3 methods handlers to ensure correct methods requesting 2022-02-04 15:14:48 +03:00
s3api_status_handlers.go
s3api_test.go
s3api_xsd_generated.go
stats.go
tags.go
tags_test.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