1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 05:41:02 +02:00
seaweedfs/weed/s3api
2024-02-03 22:33:34 -08:00
..
policy
s3_constants [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
s3bucket text change 2023-02-07 15:00:41 -08:00
s3err
AmazonS3.xsd
auth_credentials.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
auth_credentials_subscribe.go disconnect from old subscribers 2023-10-13 16:48:14 -07:00
auth_credentials_test.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
auth_signature_v2.go
auth_signature_v4.go Clean up old signature hash pools 2023-09-05 10:33:27 -07:00
auto_signature_v4_test.go [s3] optimization iam lookup for reducing algorithm complexity (#4857) 2023-09-21 08:19:11 -07:00
bucket_metadata.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
bucket_metadata_test.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
chunked_reader_v4.go Improve S3 request signing performance 2023-09-05 10:33:27 -07:00
custom_types.go
filer_multipart.go Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"" 2023-09-25 09:35:16 -07:00
filer_multipart_test.go
filer_util.go Use filerGroup for s3 buckets collection prefix (#4465) 2023-05-16 09:39:43 -07:00
filer_util_tags.go
README.txt
s3api_acl_helper.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
s3api_acl_helper_test.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
s3api_acp.go [s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (#4859) 2023-09-25 08:34:12 -07:00
s3api_auth.go
s3api_bucket_handlers.go Fix missing VersionConfiguration node in get-bucket-versioning response (#5162) 2024-01-03 12:27:13 -08:00
s3api_bucket_handlers_test.go
s3api_bucket_skip_handlers.go s3 api add not implemented response for PutBucketVersioning 2023-11-13 06:22:23 -08:00
s3api_circuit_breaker.go handle wrapped errors 2023-10-05 08:15:11 -07:00
s3api_circuit_breaker_test.go
s3api_handlers.go Set allowed origins in config (#5109) 2023-12-20 16:21:11 -08:00
s3api_object_copy_handlers.go Use filerGroup for s3 buckets collection prefix (#4465) 2023-05-16 09:39:43 -07:00
s3api_object_copy_handlers_test.go
s3api_object_handlers.go Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"" 2023-09-25 09:35:16 -07:00
s3api_object_handlers_postpolicy.go Adapt S3 POST ContentType (#5275) 2024-02-03 22:33:34 -08:00
s3api_object_handlers_test.go
s3api_object_multipart_handlers.go Use filerGroup for s3 buckets collection prefix (#4465) 2023-05-16 09:39:43 -07:00
s3api_object_skip_handlers.go
s3api_object_tagging_handlers.go
s3api_objects_list_handlers.go minor 2023-12-22 11:29:54 -08:00
s3api_objects_list_handlers_test.go fix test prefix is a directory (#4393) 2023-04-12 00:08:13 -07:00
s3api_policy.go
s3api_server.go Set allowed origins in config (#5109) 2023-12-20 16:21:11 -08:00
s3api_server_grpc.go
s3api_status_handlers.go
s3api_test.go
s3api_xsd_generated.go
stats.go chore: add status code for request_total metrics (#5188) 2024-01-10 10:05:27 -08:00
tags.go
tags_test.go

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