mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
![]()
Some checks failed
go: build dev binaries / cleanup (push) Has been cancelled
docker: build dev containers / build-dev-containers (push) Has been cancelled
End to End / FUSE Mount (push) Has been cancelled
go: build binary / Build (push) Has been cancelled
Ceph S3 tests / Ceph S3 tests (push) Has been cancelled
go: build dev binaries / build_dev_linux_windows (amd64, linux) (push) Has been cancelled
go: build dev binaries / build_dev_linux_windows (amd64, windows) (push) Has been cancelled
go: build dev binaries / build_dev_darwin (amd64, darwin) (push) Has been cancelled
go: build dev binaries / build_dev_darwin (arm64, darwin) (push) Has been cancelled
* fix S3 per-user-directory Policy * Delete docker/config.json * add tests * remove logs * undo modifications of weed/shell/command_volume_balance.go * remove modifications of docker-compose * fix failing test --------- Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> |
||
---|---|---|
.. | ||
policy | ||
s3_constants | ||
s3bucket | ||
s3err | ||
AmazonS3.xsd | ||
auth_credentials_subscribe.go | ||
auth_credentials_test.go | ||
auth_credentials.go | ||
auth_signature_v2.go | ||
auth_signature_v4.go | ||
auto_signature_v4_test.go | ||
bucket_metadata_test.go | ||
bucket_metadata.go | ||
chunked_reader_v4.go | ||
custom_types.go | ||
filer_multipart_test.go | ||
filer_multipart.go | ||
filer_util_tags.go | ||
filer_util.go | ||
README.txt | ||
s3api_acl_helper_test.go | ||
s3api_acl_helper.go | ||
s3api_acp.go | ||
s3api_auth.go | ||
s3api_bucket_handlers_test.go | ||
s3api_bucket_handlers.go | ||
s3api_bucket_skip_handlers.go | ||
s3api_circuit_breaker_test.go | ||
s3api_circuit_breaker.go | ||
s3api_handlers.go | ||
s3api_object_handlers_copy_test.go | ||
s3api_object_handlers_copy.go | ||
s3api_object_handlers_delete.go | ||
s3api_object_handlers_list_test.go | ||
s3api_object_handlers_list.go | ||
s3api_object_handlers_multipart.go | ||
s3api_object_handlers_postpolicy.go | ||
s3api_object_handlers_put.go | ||
s3api_object_handlers_skip.go | ||
s3api_object_handlers_tagging.go | ||
s3api_object_handlers_test.go | ||
s3api_object_handlers.go | ||
s3api_policy.go | ||
s3api_server_grpc.go | ||
s3api_server.go | ||
s3api_status_handlers.go | ||
s3api_test.go | ||
s3api_xsd_generated_helper.go | ||
s3api_xsd_generated.go | ||
stats.go | ||
tags_test.go | ||
tags.go |
see https://blog.aqwari.net/xml-schema-go/ 1. go get aqwari.net/xml/cmd/xsdgen 2. Add EncodingType element for ListBucketResult in AmazonS3.xsd 3. xsdgen -o s3api_xsd_generated.go -pkg s3api AmazonS3.xsd 4. Remove empty Grantee struct in s3api_xsd_generated.go 5. Remove xmlns: sed s'/http:\/\/s3.amazonaws.com\/doc\/2006-03-01\/\ //' s3api_xsd_generated.go