seaweedfs/weed/s3api
Chris Lu 6c9156b25f switch to logrus
losing filename and line number. Critical for debugging.
2020-11-16 22:26:58 -08:00
..
http go fmt 2020-11-15 16:59:28 -08:00
policy refactoring 2020-09-20 16:00:01 -07:00
s3err s3: report error to s3 when updating an object but it is already a directory 2020-10-20 10:25:16 -07:00
AmazonS3.xsd add list all my buckets 2018-07-18 02:37:09 -07:00
auth_credentials.go switch to logrus 2020-11-16 22:26:58 -08:00
auth_credentials_test.go configuration stores the identity list 2020-02-17 12:31:59 -08:00
auth_signature_v2.go s3: add support for PostPolicy 2020-09-19 20:14:19 -07:00
auth_signature_v4.go refactoring 2020-09-20 16:00:01 -07:00
auto_signature_v4_test.go refactoring 2020-09-19 14:09:58 -07:00
chunked_reader_v4.go refactoring 2020-09-19 14:09:58 -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 switch to logrus 2020-11-16 22:26:58 -08:00
filer_multipart_test.go s3: ListParts output xml format 2020-09-11 14:53:50 -07:00
filer_util.go switch to logrus 2020-11-16 22:26:58 -08:00
filer_util_tags.go adjust s3 header file. 2020-10-29 16:05:40 +08: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 switch to logrus 2020-11-16 22:26:58 -08:00
s3api_bucket_handlers_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
s3api_handlers.go switch to logrus 2020-11-16 22:26:58 -08:00
s3api_object_copy_handlers.go switch to logrus 2020-11-16 22:26:58 -08:00
s3api_object_handlers.go switch to logrus 2020-11-16 22:26:58 -08:00
s3api_object_handlers_postpolicy.go refactor 2020-09-21 17:34:38 -07:00
s3api_object_multipart_handlers.go switch to logrus 2020-11-16 22:26:58 -08:00
s3api_object_tagging_handlers.go switch to logrus 2020-11-16 22:26:58 -08:00
s3api_objects_list_handlers.go adjust s3 header file. 2020-10-29 16:05:40 +08:00
s3api_objects_list_handlers_test.go fix tests 2019-04-01 23:59:31 -07:00
s3api_server.go multiplate DomainNames through comma 2020-10-21 20:48:51 +05:00
s3api_test.go s3: add s3 copy 2020-01-31 00:11:12 -08: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 s3: support object tagging 2020-10-02 22:21:51 -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