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.
 
 
 
 
 
Chris Lu 12f50d37fa
test versioning also (#7000)
5 days ago
..
cors convert error fromating to %w everywhere (#6995) 1 week ago
policy fix 10 months ago
policy_engine convert error fromating to %w everywhere (#6995) 1 week ago
s3_constants Fix get object lock configuration handler (#6996) 7 days ago
s3bucket adjust fix 6 months ago
s3err Test object lock and retention (#6997) 6 days ago
AmazonS3.xsd add s3test for sql (#5718) 1 year ago
README.txt add s3test for sql (#5718) 1 year ago
auth_credentials.go convert error fromating to %w everywhere (#6995) 1 week ago
auth_credentials_subscribe.go Fix get object lock configuration handler (#6996) 7 days ago
auth_credentials_test.go improve iam error handling (#6446) 6 months ago
auth_signature_v2.go rewrite, simplify, avoid unused functions (#6989) 1 week ago
auth_signature_v4.go rewrite, simplify, avoid unused functions (#6989) 1 week ago
auto_signature_v4_test.go rewrite, simplify, avoid unused functions (#6989) 1 week ago
bucket_metadata.go added context to filer_client method calls (#6808) 2 months ago
bucket_metadata_test.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2 years ago
chunked_reader_v4.go rewrite, simplify, avoid unused functions (#6989) 1 week ago
chunked_reader_v4_test.go implement s3 streaming-unsigned-payload-trailer (#6539) 5 months ago
custom_types.go weed s3: generate time format acceptable by aws cli s3 6 years ago
filer_multipart.go test versioning also (#7000) 5 days ago
filer_multipart_test.go [s3] fix s3 test_multipart_resend_first_finishes_last (#5471) 1 year ago
filer_util.go S3: add object versioning (#6945) 2 weeks ago
filer_util_tags.go added context to filer_client method calls (#6808) 2 months ago
object_lock_utils.go refactor (#6999) 6 days ago
s3api_acl_helper.go "golang.org/x/exp/slices" => "slices" and go fmt 7 months ago
s3api_acl_helper_test.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2 years ago
s3api_acp.go add ownership rest apis (#3765) 3 years ago
s3api_auth.go add s3 signature tests and prepare implementation of STREAMING-UNSIGNED-PAYLOAD-TRAILER (#6525) 6 months ago
s3api_bucket_config.go test versioning also (#7000) 5 days ago
s3api_bucket_cors_handlers.go adding cors support (#6987) 1 week ago
s3api_bucket_handlers.go test versioning also (#7000) 5 days ago
s3api_bucket_handlers_object_lock_config.go refactor (#6999) 6 days ago
s3api_bucket_handlers_test.go add s3test for sql (#5718) 1 year ago
s3api_bucket_skip_handlers.go adding cors support (#6987) 1 week ago
s3api_circuit_breaker.go convert error fromating to %w everywhere (#6995) 1 week ago
s3api_circuit_breaker_test.go move to https://github.com/seaweedfs/seaweedfs 3 years ago
s3api_governance_permissions_test.go Add policy engine (#6970) 2 weeks ago
s3api_handlers.go Set allowed origins in config (#5109) 2 years ago
s3api_object_handlers.go test versioning also (#7000) 5 days ago
s3api_object_handlers_copy.go test versioning also (#7000) 5 days ago
s3api_object_handlers_copy_test.go rename files 1 year ago
s3api_object_handlers_delete.go test versioning also (#7000) 5 days ago
s3api_object_handlers_legal_hold.go refactor (#6999) 6 days ago
s3api_object_handlers_list.go convert error fromating to %w everywhere (#6995) 1 week ago
s3api_object_handlers_list_test.go add s3test for sql (#5718) 1 year ago
s3api_object_handlers_multipart.go Test object lock and retention (#6997) 6 days ago
s3api_object_handlers_postpolicy.go fix(s3api): make post api upload object default return 204 (#5648) 1 year ago
s3api_object_handlers_put.go test versioning also (#7000) 5 days ago
s3api_object_handlers_retention.go refactor (#6999) 6 days ago
s3api_object_handlers_skip.go implement PubObjectRetention and WORM (#6969) 2 weeks ago
s3api_object_handlers_tagging.go rename files 1 year ago
s3api_object_handlers_test.go add back "/" prefix if it is missing in object 3 years ago
s3api_object_lock_fix_test.go Fix get object lock configuration handler (#6996) 7 days ago
s3api_object_lock_headers_test.go Test object lock and retention (#6997) 6 days ago
s3api_object_retention.go refactor (#6999) 6 days ago
s3api_object_retention_test.go refactor (#6999) 6 days ago
s3api_object_versioning.go test versioning also (#7000) 5 days ago
s3api_policy.go [s3] Put bucket lifecycle configuration (#5510) 1 year ago
s3api_put_object_helper.go Fix chunked data reading if iam not enabled (#6898) 1 month ago
s3api_put_object_helper_test.go Add credential storage (#6938) 3 weeks ago
s3api_server.go Fix get object lock configuration handler (#6996) 7 days ago
s3api_server_grpc.go move to https://github.com/seaweedfs/seaweedfs 3 years ago
s3api_status_handlers.go move to https://github.com/seaweedfs/seaweedfs 3 years ago
s3api_test.go move to https://github.com/seaweedfs/seaweedfs 3 years ago
s3api_xsd_generated.go add s3test for sql (#5718) 1 year ago
s3api_xsd_generated_helper.go add s3test for sql (#5718) 1 year ago
stats.go change version directory 2 months ago
tags.go sort tags by key (#4047) 3 years ago
tags_test.go move to https://github.com/seaweedfs/seaweedfs 3 years ago

README.txt

see https://blog.aqwari.net/xml-schema-go/

1. go get aqwari.net/xml/cmd/xsdgen
2. Add EncodingType element for ListBucketResult in AmazonS3.xsd
3. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd
4. Remove empty Grantee struct in s3api_xsd_generated.go
5. Remove xmlns: sed s'/http:\/\/s3.amazonaws.com\/doc\/2006-03-01\/\ //' s3api_xsd_generated.go