1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 13:50:10 +02:00
seaweedfs/weed/s3api
2022-06-13 13:23:26 +08:00
..
policy
s3_constants move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
s3err fix s3 tests: 2022-06-08 13:25:13 +05:00
AmazonS3.xsd
auth_credentials.go fix: When there is no access permission configured before startup, the authentication does not take effect after configuring the permission after startup 2022-06-13 13:23:26 +08:00
auth_credentials_subscribe.go fix filer.sync missing source srv uploaded files to target when target down 2022-06-02 01:28:47 +08:00
auth_credentials_test.go
auth_signature_v2.go
auth_signature_v4.go
auto_signature_v4_test.go
chunked_reader_v4.go move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
custom_types.go
filer_multipart.go return false if not found 2022-05-03 07:18:34 -07:00
filer_multipart_test.go fix s3 tests: 2022-03-29 19:21:09 +05:00
filer_util.go better clean up upload directory 2022-03-23 01:03:51 -07:00
filer_util_tags.go move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
README.txt
s3api_auth.go
s3api_bucket_handlers.go move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
s3api_bucket_handlers_test.go
s3api_bucket_skip_handlers.go
s3api_handlers.go
s3api_object_copy_handlers.go move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
s3api_object_copy_handlers_test.go move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
s3api_object_handlers.go fix s3 tests: 2022-06-08 13:25:13 +05:00
s3api_object_handlers_postpolicy.go use final destination to resolve fs configuration 2022-05-30 22:47:26 -07:00
s3api_object_multipart_handlers.go move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
s3api_object_skip_handlers.go
s3api_object_tagging_handlers.go move s3 related constants from package http to s3_constants 2022-05-30 22:57:41 -07:00
s3api_objects_list_handlers.go fix s3 tests 2022-06-07 14:43:10 +05:00
s3api_objects_list_handlers_test.go
s3api_policy.go correct comments 2022-02-26 22:44:26 +08:00
s3api_server.go s3: add grpc server to accept configuration changes 2022-05-15 00:43:37 -07:00
s3api_server_grpc.go avoid grpc name conflict 2022-05-15 21:31:29 -07:00
s3api_status_handlers.go
s3api_test.go
s3api_xsd_generated.go
stats.go
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