You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
chrislu 31922b2bf2 s3 to watch specific directories 2 years ago
..
policy docs(s3api): readability improvements (#3696) 2 years ago
s3_constants s3: report http.StatusOK if the directory is explicitly created 2 years ago
s3err move to https://github.com/seaweedfs/seaweedfs 2 years ago
AmazonS3.xsd add list all my buckets 7 years ago
README.txt add list all my buckets 7 years ago
auth_credentials.go refactor: `Directory` readability (#3665) 2 years ago
auth_credentials_subscribe.go s3 to watch specific directories 2 years ago
auth_credentials_test.go fix tests 2 years ago
auth_signature_v2.go docs(s3api): readability improvements (#3696) 2 years ago
auth_signature_v4.go docs(s3api): readability improvements (#3696) 2 years ago
auto_signature_v4_test.go docs(s3api): readability improvements (#3696) 2 years ago
chunked_reader_v4.go docs(s3api): readability improvements (#3696) 2 years ago
custom_types.go weed s3: generate time format acceptable by aws cli s3 6 years ago
filer_multipart.go fix 0 size (#3683) 2 years ago
filer_multipart_test.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
filer_util.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
filer_util_tags.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_auth.go go fmt 5 years ago
s3api_bucket_handlers.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_bucket_handlers_test.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_bucket_skip_handlers.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_circuit_breaker.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_circuit_breaker_test.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_handlers.go remove old raft servers if they don't answer to pings for too long (#3398) 2 years ago
s3api_object_copy_handlers.go s3: close response body with copying object 2 years ago
s3api_object_copy_handlers_test.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_object_handlers.go refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `de… (#3695) 2 years ago
s3api_object_handlers_postpolicy.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_object_handlers_test.go Remove duplicate slashes in object path to prevent 500 errors (#3442) 2 years ago
s3api_object_multipart_handlers.go go fmt 2 years ago
s3api_object_skip_handlers.go AclHandlers 3 years ago
s3api_object_tagging_handlers.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_objects_list_handlers.go Fix s3 pagination (#3436) 2 years ago
s3api_objects_list_handlers_test.go Fix s3 pagination (#3436) 2 years ago
s3api_policy.go correct comments 3 years ago
s3api_server.go avoid DATA RACE on S3Options.localFilerSocket (#3571) 2 years ago
s3api_server_grpc.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_status_handlers.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_test.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_xsd_generated.go weed/s3api: added new bucket handlers for more compatibility with AWS S3 3 years ago
stats.go move to https://github.com/seaweedfs/seaweedfs 2 years ago
tags.go refactor and fix strings.Split 2 years ago
tags_test.go move to https://github.com/seaweedfs/seaweedfs 2 years ago

README.txt

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