1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 05:41:02 +02:00
seaweedfs/weed/s3api
2021-08-12 21:40:33 -07:00
..
http
policy
s3_constants
s3err avoid possible empty object 2021-06-10 22:17:53 -07:00
AmazonS3.xsd
auth_credentials.go s3 config read via grpc 2021-07-09 02:48:03 -07:00
auth_credentials_subscribe.go refactor client subscribe metadata 2021-08-04 16:25:46 -07:00
auth_credentials_test.go
auth_signature_v2.go
auth_signature_v4.go
auto_signature_v4_test.go
chunked_reader_v4.go S3 authorization: StreamingSigned enforces access control 2021-07-03 14:50:53 -07:00
custom_types.go
filer_multipart.go go fmt 2021-07-21 14:38:12 -07:00
filer_multipart_test.go refactor 2021-06-10 21:50:21 -07:00
filer_util.go go fmt 2021-07-21 14:38:12 -07:00
filer_util_tags.go
README.txt
s3api_auth.go
s3api_bucket_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_bucket_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_object_copy_handlers.go use grpc and jwt 2021-08-12 21:40:33 -07:00
s3api_object_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_object_handlers_postpolicy.go refactor 2021-06-10 21:50:21 -07:00
s3api_object_multipart_handlers.go readable logs 2021-07-15 12:17:48 -07:00
s3api_object_tagging_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_objects_list_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_objects_list_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_server.go merge master, resolve conflicts 2021-08-10 13:45:24 +03:00
s3api_status_handlers.go Add liveness\readiness probe for s3 api handler on /status path 2021-08-10 13:42:46 +03:00
s3api_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_xsd_generated.go
stats.go
tags.go
tags_test.go refactor 2021-06-10 21:50:21 -07: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