1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-18 09:20:25 +02:00
seaweedfs/weed/s3api
2019-12-23 17:34:34 +08:00
..
AmazonS3.xsd add list all my buckets 2018-07-18 02:37:09 -07:00
chunked_reader_v4.go go fmt 2018-09-03 16:47:00 -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 change uuid package 2019-11-18 19:24:37 -08:00
filer_multipart_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
filer_util.go add more logs 2019-09-16 09:48:30 -07:00
README.txt add list all my buckets 2018-07-18 02:37:09 -07:00
s3api_auth.go go fmt 2018-09-03 16:47:00 -07:00
s3api_bucket_handlers.go add context.Context 2019-03-15 17:20:24 -07:00
s3api_bucket_handlers_test.go add namespace for s3 2019-02-27 00:21:37 -08:00
s3api_errors.go working S3 multipart uploads 2018-09-12 00:46:12 -07:00
s3api_handlers.go use cached grpc client 2019-04-05 20:31:58 -07:00
s3api_object_handlers.go followed @chrislusf and @iliul 's suggestions. Commits is moved to branch s3-select and proxyToFiler is modified to accommodate S3 Select 2019-11-25 22:37:30 +08:00
s3api_object_multipart_handlers.go s3: adjust object key 2019-07-08 12:37:20 -07:00
s3api_objects_list_handlers.go s3 api: fix listbucket common_prefixes issue 2019-09-29 21:15:40 +08:00
s3api_objects_list_handlers_test.go fix tests 2019-04-01 23:59:31 -07:00
s3api_server.go AWS S3 Select feature now available 2019-11-24 10:45:06 +08:00
s3api_xsd_generated.go s3 api: fix listbucket common_prefixes issue 2019-09-29 21:15:40 +08:00
S3SelectREADME.md temporary s3-select feature documentation 2019-12-23 17:34:34 +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