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 535985adb6
Shell: add verbose ec encoding mode (#7105)
10 hours ago
..
cors fix listing objects (#7008) 2 weeks ago
policy fix 10 months ago
policy_engine address List permission 1 week ago
s3_constants Fix get object lock configuration handler (#6996) 3 weeks ago
s3bucket adjust fix 6 months ago
s3err fix listing objects (#7008) 2 weeks ago
AmazonS3.xsd add s3test for sql (#5718) 1 year ago
README.txt add s3test for sql (#5718) 1 year ago
auth_credentials.go S3: fix list buckets handler (#7067) 6 days ago
auth_credentials_subscribe.go fix listing objects (#7008) 2 weeks ago
auth_credentials_test.go S3: fix list buckets handler (#7067) 6 days ago
auth_signature_v2.go rewrite, simplify, avoid unused functions (#6989) 3 weeks ago
auth_signature_v4.go fix signature hashing for iam (#7100) 1 day ago
auto_signature_v4_test.go fix signature hashing for iam (#7100) 1 day ago
bucket_metadata.go added context to filer_client method calls (#6808) 3 months ago
bucket_metadata_test.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2 years ago
chunked_reader_v4.go fix signature hashing for iam (#7100) 1 day ago
chunked_reader_v4_test.go implement s3 streaming-unsigned-payload-trailer (#6539) 6 months ago
custom_types.go weed s3: generate time format acceptable by aws cli s3 6 years ago
filer_multipart.go add basic object ACL (#7004) 3 weeks 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) 4 weeks ago
filer_util_tags.go added context to filer_client method calls (#6808) 3 months ago
object_lock_utils.go refactor (#6999) 3 weeks ago
s3api_acl_helper.go "golang.org/x/exp/slices" => "slices" and go fmt 8 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 fix listing objects (#7008) 2 weeks ago
s3api_bucket_config.go return proper default value for locking and versioning 2 weeks ago
s3api_bucket_cors_handlers.go fix listing objects (#7008) 2 weeks ago
s3api_bucket_handlers.go S3: fix list buckets handler (#7067) 6 days ago
s3api_bucket_handlers_object_lock_config.go refactor (#6999) 3 weeks ago
s3api_bucket_handlers_test.go fix listing objects (#7008) 2 weeks ago
s3api_bucket_skip_handlers.go fix listing objects (#7008) 2 weeks ago
s3api_bucket_tagging_handlers.go fix listing objects (#7008) 2 weeks ago
s3api_circuit_breaker.go convert error fromating to %w everywhere (#6995) 3 weeks 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) 4 weeks ago
s3api_handlers.go Set allowed origins in config (#5109) 2 years ago
s3api_object_handlers.go fix listing objects (#7008) 2 weeks ago
s3api_object_handlers_acl.go fix listing object versions (#7006) 2 weeks ago
s3api_object_handlers_copy.go test versioning also (#7000) 3 weeks ago
s3api_object_handlers_copy_test.go rename files 1 year ago
s3api_object_handlers_delete.go fix listing object versions (#7006) 2 weeks ago
s3api_object_handlers_legal_hold.go refactor (#6999) 3 weeks ago
s3api_object_handlers_list.go fix listing objects (#7008) 2 weeks ago
s3api_object_handlers_list_test.go address List permission 1 week ago
s3api_object_handlers_multipart.go minor 2 weeks 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 fix listing object versions (#7006) 2 weeks ago
s3api_object_handlers_retention.go refactor (#6999) 3 weeks ago
s3api_object_handlers_tagging.go rename files 1 year ago
s3api_object_handlers_test.go fix listing objects (#7008) 2 weeks ago
s3api_object_lock_fix_test.go Fix get object lock configuration handler (#6996) 3 weeks ago
s3api_object_lock_headers_test.go Test object lock and retention (#6997) 3 weeks ago
s3api_object_retention.go return proper default value for locking and versioning 2 weeks ago
s3api_object_retention_test.go refactor (#6999) 3 weeks ago
s3api_object_versioning.go Fix versioning list only (#7015) 2 weeks 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) 2 months ago
s3api_put_object_helper_test.go Add credential storage (#6938) 1 month ago
s3api_server.go fix listing objects (#7008) 2 weeks 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 fix listing objects (#7008) 2 weeks ago
s3api_xsd_generated_helper.go add s3test for sql (#5718) 1 year ago
stats.go fix listing objects (#7008) 2 weeks ago
tags.go tag parsing decode url encoded 1 week ago
tags_test.go tag parsing decode url encoded 1 week 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