1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 05:41:02 +02:00
seaweedfs/weed/s3api
2022-08-31 00:09:23 -07:00
..
policy move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3_constants s3: report http.StatusOK if the directory is explicitly created 2022-08-23 01:16:46 -07:00
s3err move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
AmazonS3.xsd
auth_credentials.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
auth_credentials_subscribe.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
auth_credentials_test.go fix tests 2022-08-18 00:15:46 -07:00
auth_signature_v2.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
auth_signature_v4.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
auto_signature_v4_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
chunked_reader_v4.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
custom_types.go
filer_multipart.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_multipart_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_util.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_util_tags.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
README.txt
s3api_auth.go
s3api_bucket_handlers.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_bucket_handlers_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_bucket_skip_handlers.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_circuit_breaker.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_circuit_breaker_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_handlers.go remove old raft servers if they don't answer to pings for too long (#3398) 2022-08-23 23:18:21 -07:00
s3api_object_copy_handlers.go s3: close response body with copying object 2022-08-31 00:09:23 -07:00
s3api_object_copy_handlers_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_object_handlers.go s3: report metadata if the directory is explicitly created (#3498) 2022-08-24 00:15:44 -07:00
s3api_object_handlers_postpolicy.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_object_handlers_test.go Remove duplicate slashes in object path to prevent 500 errors (#3442) 2022-08-15 08:19:28 -07:00
s3api_object_multipart_handlers.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_object_skip_handlers.go
s3api_object_tagging_handlers.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_objects_list_handlers.go Fix s3 pagination (#3436) 2022-08-15 00:30:19 -07:00
s3api_objects_list_handlers_test.go Fix s3 pagination (#3436) 2022-08-15 00:30:19 -07:00
s3api_policy.go
s3api_server.go fix:Handle preflight cors requests (#3496) 2022-08-22 23:39:34 -07:00
s3api_server_grpc.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_status_handlers.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
s3api_xsd_generated.go
stats.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
tags.go refactor and fix strings.Split 2022-08-07 01:34:32 -07:00
tags_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -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