Chris Lu e1d3dd5e18 Merge pull request #2712 from guo-sj/correct_comments 2 years ago
..
http 7210558c7b s3: pass through s3 presigned headers 2 years ago
policy 62563a895a refactoring 4 years ago
s3_constants 4f31c1bb94 go fmt 3 years ago
s3err 6bdc274d4d add s3api error for copy in file, not directory 2 years ago
AmazonS3.xsd 834a25f084 add list all my buckets 6 years ago
README.txt 834a25f084 add list all my buckets 6 years ago
auth_credentials.go edb753ab4d https://github.com/chrislusf/seaweedfs/issues/2583 2 years ago
auth_credentials_subscribe.go 5c87fcc6d2 add client id for all metadata listening clients 2 years ago
auth_credentials_test.go edb753ab4d https://github.com/chrislusf/seaweedfs/issues/2583 2 years ago
auth_signature_v2.go 29abe980df s3: add support for PostPolicy 4 years ago
auth_signature_v4.go a23bcbb7ec refactor: move from io/ioutil to io and os package 2 years ago
auto_signature_v4_test.go a23bcbb7ec refactor: move from io/ioutil to io and os package 2 years ago
chunked_reader_v4.go a7887166cf wildcard prefix to restrict access to directories in s3 bucket 2 years ago
custom_types.go 78b9db34d5 weed s3: generate time format acceptable by aws cli s3 5 years ago
filer_multipart.go 61811dc2f1 comments 2 years ago
filer_multipart_test.go 8b382a8209 refactor 3 years ago
filer_util.go 9f9ef1340c use streaming mode for long poll grpc calls 2 years ago
filer_util_tags.go 9f9ef1340c use streaming mode for long poll grpc calls 2 years ago
s3api_auth.go ed0acd1722 go fmt 4 years ago
s3api_bucket_handlers.go 121b31f750 fix incorrect log information 2 years ago
s3api_bucket_handlers_test.go 8b382a8209 refactor 3 years ago
s3api_bucket_skip_handlers.go b54a65ba5a weed/s3api: added new bucket handlers for more compatibility with AWS S3 2 years ago
s3api_handlers.go 9f9ef1340c use streaming mode for long poll grpc calls 2 years ago
s3api_object_copy_handlers.go 77362700e1 S3: fail fast when "X-Amz-Copy-Source" is a folder 2 years ago
s3api_object_handlers.go 6bdc274d4d add s3api error for copy in file, not directory 2 years ago
s3api_object_handlers_postpolicy.go 10678cde81 audit log config 2 years ago
s3api_object_multipart_handlers.go 81f86c381d s3: avoid nil response 2 years ago
s3api_object_skip_handlers.go be4b3ed509 AclHandlers 2 years ago
s3api_object_tagging_handlers.go 10678cde81 audit log config 2 years ago
s3api_objects_list_handlers.go 9f9ef1340c use streaming mode for long poll grpc calls 2 years ago
s3api_objects_list_handlers_test.go 8b382a8209 refactor 3 years ago
s3api_policy.go 82cad5e330 correct comments 2 years ago
s3api_server.go f3364fec99 weed/s3api: rearrange s3 methods handlers to ensure correct methods requesting 2 years ago
s3api_status_handlers.go 969f513265 disable audit log for s3 statusHandler 2 years ago
s3api_test.go 8b382a8209 refactor 3 years ago
s3api_xsd_generated.go b54a65ba5a weed/s3api: added new bucket handlers for more compatibility with AWS S3 2 years ago
stats.go 59d1435d65 s3: avoid possible attacks by version 2 years ago
tags.go 235329a92a fix Tagging add xmlns 2 years ago
tags_test.go dc7e525cb9 fix Tagging test 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