1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 05:41:02 +02:00
seaweedfs/weed/s3api
Konstantin Lebedev 10678cde81 audit log config
2021-12-07 18:20:52 +05:00
..
http audit log 2021-12-07 12:15:48 +05:00
policy refactoring 2020-09-20 16:00:01 -07:00
s3_constants go fmt 2020-12-22 02:34:08 -08:00
s3err audit log config 2021-12-07 18:20:52 +05:00
AmazonS3.xsd add list all my buckets 2018-07-18 02:37:09 -07:00
auth_credentials.go audit log 2021-12-07 12:15:48 +05:00
auth_credentials_subscribe.go save updated lastTsNs 2021-10-17 02:01:20 -07: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 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 audit log 2021-12-07 12:15:48 +05: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: fix upload limit if the size is more than 8GB 2021-10-18 14:14:18 -07:00
filer_multipart_test.go refactor 2021-06-10 21:50:21 -07:00
filer_util.go go fmt 2021-07-21 14:38:12 -07: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 audit log 2021-12-07 12:15:48 +05:00
s3api_bucket_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_handlers.go audit log config 2021-12-07 18:20:52 +05:00
s3api_object_copy_handlers.go audit log 2021-12-07 12:15:48 +05:00
s3api_object_handlers.go audit log config 2021-12-07 18:20:52 +05:00
s3api_object_handlers_postpolicy.go audit log config 2021-12-07 18:20:52 +05:00
s3api_object_multipart_handlers.go audit log 2021-12-07 12:15:48 +05:00
s3api_object_skip_handlers.go AclHandlers 2021-10-11 15:03:56 +05:00
s3api_object_tagging_handlers.go audit log config 2021-12-07 18:20:52 +05:00
s3api_objects_list_handlers.go audit log 2021-12-07 12:15:48 +05:00
s3api_objects_list_handlers_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_policy.go GetBucketLifecycleConfigurationHandler 2021-10-14 01:35:33 +05:00
s3api_server.go audit log config 2021-12-07 18:20:52 +05:00
s3api_status_handlers.go refactoring 2021-10-31 18:02:08 -07:00
s3api_test.go refactor 2021-06-10 21:50:21 -07:00
s3api_xsd_generated.go AclHandlers 2021-10-11 15:03:56 +05:00
stats.go s3: avoid possible attacks by version 2021-11-08 17:47:56 -08:00
tags.go fix Tagging add xmlns 2021-10-20 19:40:22 +05:00
tags_test.go fix Tagging test 2021-10-20 19:12:00 +05: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