1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-08 18:16:50 +02:00
seaweedfs/weed/s3api
Konstantin Lebedev 170b63d6f8
[filer.backup] add param uploader_part_size for S3sink (#5352)
* fix: install cronie

* chore: refactor configure S3Sink

* chore: refactor cinfig

* add filer-backup compose file

* fix: X-Amz-Meta-Mtime and resolve with comments

* fix: attr mtime

* fix: MaxUploadPartst is reduced to the maximum allowable

* fix: env and force set max MaxUploadParts

* fix: env WEED_SINK_S3_UPLOADER_PART_SIZE_MB
2024-03-07 08:35:51 -08:00
..
policy
s3_constants [filer.backup] add param uploader_part_size for S3sink (#5352) 2024-03-07 08:35:51 -08:00
s3bucket
s3err
AmazonS3.xsd
auth_credentials.go
auth_credentials_subscribe.go disconnect from old subscribers 2023-10-13 16:48:14 -07:00
auth_credentials_test.go
auth_signature_v2.go
auth_signature_v4.go
auto_signature_v4_test.go
bucket_metadata.go
bucket_metadata_test.go
chunked_reader_v4.go
custom_types.go
filer_multipart.go Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"" 2023-09-25 09:35:16 -07:00
filer_multipart_test.go
filer_util.go
filer_util_tags.go
README.txt
s3api_acl_helper.go
s3api_acl_helper_test.go
s3api_acp.go
s3api_auth.go
s3api_bucket_handlers.go refactor: put the auth outside (#5313) 2024-02-19 03:07:48 -08:00
s3api_bucket_handlers_test.go
s3api_bucket_skip_handlers.go s3 api add not implemented response for PutBucketVersioning 2023-11-13 06:22:23 -08:00
s3api_circuit_breaker.go handle wrapped errors 2023-10-05 08:15:11 -07:00
s3api_circuit_breaker_test.go
s3api_handlers.go Set allowed origins in config (#5109) 2023-12-20 16:21:11 -08:00
s3api_object_copy_handlers.go
s3api_object_copy_handlers_test.go
s3api_object_handlers.go Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"" 2023-09-25 09:35:16 -07:00
s3api_object_handlers_postpolicy.go Add s3 postpolicy support header (#5280) 2024-02-05 07:55:07 -08:00
s3api_object_handlers_test.go
s3api_object_multipart_handlers.go
s3api_object_skip_handlers.go
s3api_object_tagging_handlers.go
s3api_objects_list_handlers.go feat: add support for S3 ListObjects and ListObjectsV2 (#5350) 2024-03-06 07:24:44 -08:00
s3api_objects_list_handlers_test.go
s3api_policy.go
s3api_server.go refactor: put the auth outside (#5313) 2024-02-19 03:07:48 -08:00
s3api_server_grpc.go
s3api_status_handlers.go
s3api_test.go
s3api_xsd_generated.go
stats.go chore: add status code for request_total metrics (#5188) 2024-01-10 10:05:27 -08:00
tags.go
tags_test.go

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