seaweedfs/weed/s3api
Konstantin Lebedev 33537ae29f
[s3] fix s3 test_multipart_get_part (#5476)
* try fix s3  test_multipart_get_part

* add passed s3 tests

* fix SeaweedFSUploadId

* rm spaces

* convert part request to range

* add passed s3 tests of multipart
2024-04-14 10:41:32 -07:00
..
policy
s3_constants [s3] fix s3 test_multipart_get_part (#5476) 2024-04-14 10:41:32 -07:00
s3bucket
s3err
AmazonS3.xsd
README.txt
auth_credentials.go
auth_credentials_subscribe.go
auth_credentials_test.go
auth_signature_v2.go
auth_signature_v4.go chore: fix function names in comment (#5478) 2024-04-08 07:19:02 -07:00
auto_signature_v4_test.go chore: fix function names in comment (#5478) 2024-04-08 07:19:02 -07:00
bucket_metadata.go
bucket_metadata_test.go
chunked_reader_v4.go
custom_types.go
filer_multipart.go [s3] fix s3 test_multipart_get_part (#5476) 2024-04-14 10:41:32 -07:00
filer_multipart_test.go [s3] fix s3 test_multipart_resend_first_finishes_last (#5471) 2024-04-06 10:56:39 -07:00
filer_util.go
filer_util_tags.go
s3api_acl_helper.go
s3api_acl_helper_test.go
s3api_acp.go
s3api_auth.go
s3api_bucket_handlers.go chore: fix function names in comment (#5478) 2024-04-08 07:19:02 -07:00
s3api_bucket_handlers_test.go
s3api_bucket_skip_handlers.go
s3api_circuit_breaker.go
s3api_circuit_breaker_test.go
s3api_handlers.go
s3api_object_copy_handlers.go fix completed multiupload lost data (#5460) 2024-04-02 20:18:42 -07:00
s3api_object_copy_handlers_test.go
s3api_object_handlers.go [s3] fix s3 test_multipart_get_part (#5476) 2024-04-14 10:41:32 -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 fix completed multiupload lost data (#5460) 2024-04-02 20:18:42 -07:00
s3api_object_skip_handlers.go
s3api_object_tagging_handlers.go
s3api_objects_list_handlers.go fix: ensure complete gRPC stream consumption in doListFilerEntries to prevent context canceled errors. (#5441) 2024-04-01 15:55:16 -07: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

README.txt

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