1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-19 18:01:03 +02:00
seaweedfs/weed/s3api
Chris Lu abeb7f65f8
Merge pull request #3314 from shichanglin5/fix_ETag
File upload should succeed should return `ETag` instead of `Etag`
2022-07-14 15:35:41 -07:00
..
policy refactoring 2020-09-20 16:00:01 -07:00
s3_constants use const multipart uploads folder 2022-06-29 16:21:16 +05:00
s3err add s3 circuit breaker support for 'simultaneous request count' and 'simultaneous request bytes' limitations 2022-06-15 21:07:55 +08:00
AmazonS3.xsd add list all my buckets 2018-07-18 02:37:09 -07:00
auth_credentials.go supplement check duplicate accesskey 2022-07-13 17:28:20 +08:00
auth_credentials_subscribe.go some code optimizations 2022-06-17 19:07:39 +08:00
auth_credentials_test.go https://github.com/chrislusf/seaweedfs/issues/2583 2022-01-12 16:04:59 +05:00
auth_signature_v2.go s3: add support for PostPolicy 2020-09-19 20:14:19 -07:00
auth_signature_v4.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
auto_signature_v4_test.go refactor: move from io/ioutil to io and os package 2021-10-14 12:27:58 +08:00
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 weed s3: generate time format acceptable by aws cli s3 2019-04-01 16:13:29 -07:00
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 add list all my buckets 2018-07-18 02:37:09 -07:00
s3api_auth.go go fmt 2020-02-26 16:52:57 -08:00
s3api_bucket_handlers.go use const multipart uploads folder 2022-06-29 16:21:16 +05:00
s3api_bucket_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_bucket_skip_handlers.go weed/s3api: added new bucket handlers for more compatibility with AWS S3 2022-02-03 17:17:05 +03:00
s3api_circuit_breaker.go adjust log message 2022-06-26 23:12:16 -07:00
s3api_circuit_breaker_test.go Fix global counter key is incorrect & Add read lock when reading counter map to avoid memory problems 2022-06-20 19:16:53 +08:00
s3api_handlers.go use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
s3api_object_copy_handlers.go Merge pull request #3200 from lapshin-vitaly/bufix/validate-tags-on-copy 2022-06-29 01:37:14 -07:00
s3api_object_copy_handlers_test.go remove println 2022-06-29 10:43:02 +03:00
s3api_object_handlers.go File upload should succeed should return ETag instead of Etag 2022-07-14 19:45:01 +08: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 use const multipart uploads folder 2022-06-29 16:21:16 +05:00
s3api_object_skip_handlers.go AclHandlers 2021-10-11 15:03:56 +05:00
s3api_object_tagging_handlers.go fix return 2022-06-28 18:31:46 +03:00
s3api_objects_list_handlers.go S3 ListObjectsV2 fix pagination under bucket root 2022-07-06 02:28:34 -07:00
s3api_objects_list_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_policy.go correct comments 2022-02-26 22:44:26 +08:00
s3api_server.go add some unit tests and some code optimizes 2022-06-17 17:11:18 +08:00
s3api_server_grpc.go avoid grpc name conflict 2022-05-15 21:31:29 -07:00
s3api_status_handlers.go disable audit log for s3 statusHandler 2021-12-13 16:08:19 +05:00
s3api_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_xsd_generated.go weed/s3api: added new bucket handlers for more compatibility with AWS S3 2022-02-03 17:17:05 +03:00
stats.go add bucket label to s3 prometheus metrics 2022-06-16 13:21:25 +08:00
tags.go fix parseTagging function and add test for validate tags 2022-06-28 14:48:55 +03:00
tags_test.go fix parseTagging function and add test for validate tags 2022-06-28 14:48:55 +03:00

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