1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-08-25 11:10:47 +02:00
seaweedfs/weed/s3api
2022-10-24 17:58:26 -07:00
..
policy docs(s3api): readability improvements (#3696) 2022-09-15 03:13:21 -07:00
s3_constants add acl helper functionalities (#3831) 2022-10-12 20:15:16 -07:00
s3account change s3_account.go package to avoid cycle dependency (#3813) 2022-10-10 06:44:29 -07:00
s3acl don't skip empty value at AssembleEntryWithAcp (#3855) 2022-10-13 22:50:44 -07:00
s3err add ownership rest apis (#3765) 2022-10-01 19:18:00 -07:00
AmazonS3.xsd
auth_credentials.go change s3_account.go package to avoid cycle dependency (#3813) 2022-10-10 06:44:29 -07:00
auth_credentials_subscribe.go s3: sync bucket info from filer (#3759) 2022-09-29 12:29:01 -07:00
auth_credentials_test.go change s3_account.go package to avoid cycle dependency (#3813) 2022-10-10 06:44:29 -07:00
auth_signature_v2.go docs(s3api): readability improvements (#3696) 2022-09-15 03:13:21 -07:00
auth_signature_v4.go docs(s3api): readability improvements (#3696) 2022-09-15 03:13:21 -07:00
auto_signature_v4_test.go docs(s3api): readability improvements (#3696) 2022-09-15 03:13:21 -07:00
bucket_metadata.go split ExtAcpKey to ExtAmzOwnerKey and ExtAmzAclKey to avoid unn… (#3824) 2022-10-11 20:14:14 -07:00
bucket_metadata_test.go split ExtAcpKey to ExtAmzOwnerKey and ExtAmzAclKey to avoid unn… (#3824) 2022-10-11 20:14:14 -07:00
chunked_reader_v4.go docs(s3api): readability improvements (#3696) 2022-09-15 03:13:21 -07:00
custom_types.go
filer_multipart.go fix 0 size (#3683) 2022-09-15 01:27:02 -07:00
filer_multipart_test.go
filer_util.go add ownership rest apis (#3765) 2022-10-01 19:18:00 -07:00
filer_util_tags.go
README.txt
s3api_acp.go change s3_account.go package to avoid cycle dependency (#3813) 2022-10-10 06:44:29 -07:00
s3api_auth.go
s3api_bucket_handlers.go add ownership rest apis (#3765) 2022-10-01 19:18:00 -07:00
s3api_bucket_handlers_test.go
s3api_bucket_skip_handlers.go
s3api_circuit_breaker.go
s3api_circuit_breaker_test.go
s3api_handlers.go remove old raft servers if they don't answer to pings for too long (#3398) 2022-08-23 23:18:21 -07:00
s3api_object_copy_handlers.go s3: close response body with copying object 2022-08-31 00:09:23 -07:00
s3api_object_copy_handlers_test.go
s3api_object_handlers.go feat: simplify a bit (#3905) 2022-10-24 17:58:26 -07:00
s3api_object_handlers_postpolicy.go
s3api_object_handlers_test.go
s3api_object_multipart_handlers.go go fmt 2022-09-14 23:06:44 -07:00
s3api_object_skip_handlers.go
s3api_object_tagging_handlers.go
s3api_objects_list_handlers.go
s3api_objects_list_handlers_test.go
s3api_policy.go
s3api_server.go change s3_account.go package to avoid cycle dependency (#3813) 2022-10-10 06:44:29 -07:00
s3api_server_grpc.go
s3api_status_handlers.go
s3api_test.go
s3api_xsd_generated.go
stats.go avoid increasing the coordinates of metric labels (#3785) 2022-10-04 01:20:01 -07: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