1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-18 23:10:35 +02:00
seaweedfs/weed/s3api
2020-11-17 17:00:06 -08:00
..
http go fmt 2020-11-15 16:59:28 -08:00
policy
s3err
AmazonS3.xsd
auth_credentials.go enable admin to access all buckets 2020-11-12 13:57:54 -08:00
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
filer_multipart_test.go
filer_util.go rename function 2020-11-12 13:30:08 -08:00
filer_util_tags.go adjust s3 header file. 2020-10-29 16:05:40 +08:00
README.txt
s3api_auth.go
s3api_bucket_handlers.go adjust check bucket if exist or has access. 2020-11-13 17:13:20 +08:00
s3api_bucket_handlers_test.go
s3api_handlers.go
s3api_object_copy_handlers.go adjust logs 2020-11-11 02:01:24 -08:00
s3api_object_handlers.go remove unnecessary checking 2020-11-17 17:00:06 -08:00
s3api_object_handlers_postpolicy.go
s3api_object_multipart_handlers.go adjust logs 2020-11-11 02:01:24 -08:00
s3api_object_tagging_handlers.go
s3api_objects_list_handlers.go adjust s3 header file. 2020-10-29 16:05:40 +08:00
s3api_objects_list_handlers_test.go
s3api_server.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