Konstantin Lebedev 750a0ba1b2 [iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#4858) 9 months ago
..
policy 6f7ef8711a docs(s3api): readability improvements (#3696) 1 year ago
s3_constants 750a0ba1b2 [iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#4858) 9 months ago
s3account 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 1 year ago
s3acl a5b867af69 don't skip empty value at `AssembleEntryWithAcp` (#3855) 1 year ago
s3bucket 79d68a81fd text change 1 year ago
s3err e9584d9661 add ownership rest apis (#3765) 1 year 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 d8b424d123 [s3] optimization iam lookup for reducing algorithm complexity (#4857) 9 months ago
auth_credentials_subscribe.go 5db9fcccd4 refactoring 1 year ago
auth_credentials_test.go 750a0ba1b2 [iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#4858) 9 months ago
auth_signature_v2.go 6f7ef8711a docs(s3api): readability improvements (#3696) 1 year ago
auth_signature_v4.go 98dcec0ee2 Clean up old signature hash pools 10 months ago
auto_signature_v4_test.go d8b424d123 [s3] optimization iam lookup for reducing algorithm complexity (#4857) 9 months ago
bucket_metadata.go d21e2f523d split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824) 1 year ago
bucket_metadata_test.go d21e2f523d split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824) 1 year ago
chunked_reader_v4.go cdd817edf9 Improve S3 request signing performance 10 months ago
custom_types.go 78b9db34d5 weed s3: generate time format acceptable by aws cli s3 5 years ago
filer_multipart.go 8cb42c39ad Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs" 9 months ago
filer_multipart_test.go 5f993a5f20 Fix ide warning (#4082) 1 year ago
filer_util.go 17e91d2917 Use filerGroup for s3 buckets collection prefix (#4465) 1 year ago
filer_util_tags.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_acp.go 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 1 year ago
s3api_auth.go ed0acd1722 go fmt 4 years ago
s3api_bucket_handlers.go a46f873edd [s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. (#4856) 9 months ago
s3api_bucket_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_bucket_skip_handlers.go a46f873edd [s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. (#4856) 9 months ago
s3api_circuit_breaker.go 81fdf3651b grpc connection to filer add sw-client-id header 1 year ago
s3api_circuit_breaker_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_handlers.go 81fdf3651b grpc connection to filer add sw-client-id header 1 year ago
s3api_object_copy_handlers.go 17e91d2917 Use filerGroup for s3 buckets collection prefix (#4465) 1 year ago
s3api_object_copy_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_object_handlers.go 8cb42c39ad Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs" 9 months ago
s3api_object_handlers_postpolicy.go 17e91d2917 Use filerGroup for s3 buckets collection prefix (#4465) 1 year ago
s3api_object_handlers_test.go 8b9957d461 add back "/" prefix if it is missing in object 1 year ago
s3api_object_multipart_handlers.go 17e91d2917 Use filerGroup for s3 buckets collection prefix (#4465) 1 year ago
s3api_object_skip_handlers.go be4b3ed509 AclHandlers 2 years ago
s3api_object_tagging_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_objects_list_handlers.go d75a7b7f62 allow deleting only older empty dir without recursion (#4430) 1 year ago
s3api_objects_list_handlers_test.go 095cdb0c7f fix test prefix is a directory (#4393) 1 year ago
s3api_policy.go 82cad5e330 correct comments 2 years ago
s3api_server.go 750a0ba1b2 [iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#4858) 9 months ago
s3api_server_grpc.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_status_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year ago
s3api_xsd_generated.go b54a65ba5a weed/s3api: added new bucket handlers for more compatibility with AWS S3 2 years ago
stats.go f61490966f Add time to first byte metric for s3 (#4768) 10 months ago
tags.go bb289d7d69 sort tags by key (#4047) 1 year ago
tags_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 1 year 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