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.
 
 
 
 
 
 
石昌林 0c8e033e68 When the connection with the leader is disconnected, the vidMap should not be reset immediately, but should be reset after connecting to a new leader 3 years ago
..
policy refactoring 5 years ago
s3_constants remove go.uber.org/atomic 3 years ago
s3err add s3 circuit breaker support for 'simultaneous request count' and 'simultaneous request bytes' limitations 3 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 fix: When there is no access permission configured before startup, the authentication does not take effect after configuring the permission after startup 3 years ago
auth_credentials_subscribe.go some code optimizations 3 years ago
auth_credentials_test.go https://github.com/chrislusf/seaweedfs/issues/2583 3 years ago
auth_signature_v2.go s3: add support for PostPolicy 5 years ago
auth_signature_v4.go refactor: move from io/ioutil to io and os package 4 years ago
auto_signature_v4_test.go refactor: move from io/ioutil to io and os package 4 years ago
chunked_reader_v4.go move s3 related constants from package http to s3_constants 3 years ago
custom_types.go weed s3: generate time format acceptable by aws cli s3 6 years ago
filer_multipart.go return false if not found 3 years ago
filer_multipart_test.go fix s3 tests: 3 years ago
filer_util.go better clean up upload directory 3 years ago
filer_util_tags.go move s3 related constants from package http to s3_constants 3 years ago
s3api_auth.go go fmt 5 years ago
s3api_bucket_handlers.go move s3 related constants from package http to s3_constants 3 years ago
s3api_bucket_handlers_test.go refactor 4 years ago
s3api_bucket_skip_handlers.go weed/s3api: added new bucket handlers for more compatibility with AWS S3 3 years ago
s3api_circuit_breaker.go Fix global counter key is incorrect & Add read lock when reading counter map to avoid memory problems 3 years ago
s3api_circuit_breaker_test.go Fix global counter key is incorrect & Add read lock when reading counter map to avoid memory problems 3 years ago
s3api_handlers.go use streaming mode for long poll grpc calls 3 years ago
s3api_object_copy_handlers.go move s3 related constants from package http to s3_constants 3 years ago
s3api_object_copy_handlers_test.go move s3 related constants from package http to s3_constants 3 years ago
s3api_object_handlers.go fix s3 tests: 3 years ago
s3api_object_handlers_postpolicy.go use final destination to resolve fs configuration 3 years ago
s3api_object_multipart_handlers.go AbortMultipartUploadHandler should return 204 instead of 200 3 years ago
s3api_object_skip_handlers.go AclHandlers 4 years ago
s3api_object_tagging_handlers.go move s3 related constants from package http to s3_constants 3 years ago
s3api_objects_list_handlers.go fix s3 tests 3 years ago
s3api_objects_list_handlers_test.go refactor 4 years ago
s3api_policy.go correct comments 3 years ago
s3api_server.go add some unit tests and some code optimizes 3 years ago
s3api_server_grpc.go avoid grpc name conflict 3 years ago
s3api_status_handlers.go disable audit log for s3 statusHandler 3 years ago
s3api_test.go refactor 4 years ago
s3api_xsd_generated.go weed/s3api: added new bucket handlers for more compatibility with AWS S3 3 years ago
stats.go add bucket label to s3 prometheus metrics 3 years ago
tags.go fix Tagging add xmlns 4 years ago
tags_test.go fix Tagging test 4 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