Konstantin Lebedev 2b910d1cf8 avoid recursive deleting newly created empty directories (#4016) 1 year ago
..
policy 6f7ef8711a docs(s3api): readability improvements (#3696) 2 years ago
s3_constants bf5e45b66a add acl helper functionalities (#3831) 1 year 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
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 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 1 year ago
auth_credentials_subscribe.go 3de1e19780 s3: sync bucket info from filer (#3759) 1 year ago
auth_credentials_test.go 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 1 year ago
auth_signature_v2.go 6f7ef8711a docs(s3api): readability improvements (#3696) 2 years ago
auth_signature_v4.go 6f7ef8711a docs(s3api): readability improvements (#3696) 2 years ago
auto_signature_v4_test.go 6f7ef8711a docs(s3api): readability improvements (#3696) 2 years 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 6f7ef8711a docs(s3api): readability improvements (#3696) 2 years ago
custom_types.go 78b9db34d5 weed s3: generate time format acceptable by aws cli s3 5 years ago
filer_multipart.go 70a4c98b00 refactor filer_pb.Entry and filer.Entry to use GetChunks() 1 year ago
filer_multipart_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
filer_util.go e9584d9661 add ownership rest apis (#3765) 1 year ago
filer_util_tags.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years 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 e9584d9661 add ownership rest apis (#3765) 1 year ago
s3api_bucket_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_bucket_skip_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_circuit_breaker.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_circuit_breaker_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_handlers.go 2e78a522ab remove old raft servers if they don't answer to pings for too long (#3398) 2 years ago
s3api_object_copy_handlers.go 8b9957d461 add back "/" prefix if it is missing in object 1 year ago
s3api_object_copy_handlers_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_object_handlers.go abe4a61659 Bug fix: empty key in DeleteMultipleObjects request caused bucket delete (#3939) 1 year ago
s3api_object_handlers_postpolicy.go 8b9957d461 add back "/" prefix if it is missing in object 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 39f0246deb fix 'NoSuchUpload' when upload part (#3968) 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 2 years ago
s3api_objects_list_handlers.go 2b910d1cf8 avoid recursive deleting newly created empty directories (#4016) 1 year ago
s3api_objects_list_handlers_test.go e88392b50f Fix s3 pagination (#3436) 2 years ago
s3api_policy.go 82cad5e330 correct comments 2 years ago
s3api_server.go 3550692afc change s3_account.go package to avoid cycle dependency (#3813) 1 year ago
s3api_server_grpc.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_status_handlers.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 2 years ago
s3api_xsd_generated.go b54a65ba5a weed/s3api: added new bucket handlers for more compatibility with AWS S3 2 years ago
stats.go ec46a34f33 avoid increasing the coordinates of metric labels (#3785) 1 year ago
tags.go 67814a5c79 refactor and fix strings.Split 2 years ago
tags_test.go 26dbc6c905 move to https://github.com/seaweedfs/seaweedfs 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