1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-19 09:50:08 +02:00
seaweedfs/weed/s3api
2021-07-15 12:17:48 -07:00
..
http s3: restore V2 auth type 2020-12-26 22:01:16 -08:00
policy refactoring 2020-09-20 16:00:01 -07:00
s3_constants go fmt 2020-12-22 02:34:08 -08:00
s3err avoid possible empty object 2021-06-10 22:17:53 -07:00
AmazonS3.xsd
auth_credentials.go s3 config read via grpc 2021-07-09 02:48:03 -07:00
auth_credentials_subscribe.go save /etc/iam/identity.json inside filer store 2020-12-10 00:15:22 -08:00
auth_credentials_test.go break import cycle 2020-12-07 00:29:17 -08:00
auth_signature_v2.go s3: add support for PostPolicy 2020-09-19 20:14:19 -07:00
auth_signature_v4.go add auth aws signV4 2021-04-08 17:40:47 +05:00
auto_signature_v4_test.go add auth aws signV4 2021-04-08 17:40:47 +05:00
chunked_reader_v4.go S3 authorization: StreamingSigned enforces access control 2021-07-03 14:50:53 -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 fix s3 metadata error with multipart upload 2021-07-02 11:00:42 +08:00
filer_multipart_test.go refactor 2021-06-10 21:50:21 -07:00
filer_util.go fix s3 metadata error with multipart upload 2021-07-02 11:00:42 +08:00
filer_util_tags.go adjust s3 header file. 2020-10-29 16:05:40 +08:00
README.txt
s3api_auth.go go fmt 2020-02-26 16:52:57 -08:00
s3api_bucket_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_bucket_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_object_copy_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_object_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_object_handlers_postpolicy.go refactor 2021-06-10 21:50:21 -07:00
s3api_object_multipart_handlers.go readable logs 2021-07-15 12:17:48 -07:00
s3api_object_tagging_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_objects_list_handlers.go refactor 2021-06-10 21:50:21 -07:00
s3api_objects_list_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_server.go refactor 2021-06-10 21:50:21 -07:00
s3api_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_xsd_generated.go s3 api: fix listbucket common_prefixes issue 2019-09-29 21:15:40 +08:00
stats.go add status code in S3RequestCounter 2020-10-01 00:59:39 +05:00
tags.go s3: support object tagging 2020-10-02 22:21:51 -07:00
tags_test.go refactor 2021-06-10 21:50:21 -07: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