1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 13:50:10 +02:00
seaweedfs/weed/s3api
2020-06-22 10:01:00 -07:00
..
AmazonS3.xsd add list all my buckets 2018-07-18 02:37:09 -07:00
auth_credentials.go s3: access control limited by bucket 2020-02-22 21:34:18 -08:00
auth_credentials_test.go configuration stores the identity list 2020-02-17 12:31:59 -08:00
auth_signature_v2.go add v2 support 2020-02-09 16:02:05 -08:00
auth_signature_v4.go go fmt 2020-02-26 16:52:57 -08:00
auto_signature_v4_test.go go fmt 2020-02-26 16:52:57 -08:00
chunked_reader_v4.go add streaming v4 2020-02-09 17:42:17 -08: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 s3: print out time in UTC format 2020-04-29 21:35:24 -07:00
filer_multipart_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
filer_util.go able to subscribe any topic from any point of time 2020-04-29 17:40:08 -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 s3: print out time in UTC format 2020-04-29 21:35:24 -07:00
s3api_bucket_handlers_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
s3api_errors.go return xml encoded NotFound status code for s3 delete 2020-06-11 17:53:15 +03:00
s3api_handlers.go return xml encoded NotFound status code for s3 delete 2020-06-11 17:53:15 +03:00
s3api_object_copy_handlers.go refactoring 2020-02-25 12:58:45 -08:00
s3api_object_handlers.go S3: DeleteObject API also support deleting a folder recursively 2020-06-22 10:01:00 -07:00
s3api_object_multipart_handlers.go remove ctx if possible 2020-02-25 22:23:59 -08:00
s3api_objects_list_handlers.go return last modified in UTC 2020-06-19 10:26:40 +03:00
s3api_objects_list_handlers_test.go fix tests 2019-04-01 23:59:31 -07:00
s3api_server.go add v2 support 2020-02-09 16:02:05 -08: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

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