mirror of
https://github.com/rustfs/rustfs.git
synced 2026-05-06 22:28:16 +08:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# Unimplemented S3 feature tests
|
|
# ==============================
|
|
#
|
|
# These tests cover STANDARD S3 features planned but not yet implemented in RustFS.
|
|
# They are TEMPORARILY EXCLUDED and should move to implemented_tests.txt when done.
|
|
#
|
|
# Unimplemented features:
|
|
# - Bucket Logging: Access logging
|
|
# - Checksum: POST Object form upload checksum
|
|
# - Bucket Ownership Controls
|
|
|
|
# Failed tests
|
|
test_bucket_create_delete_bucket_ownership
|
|
test_create_bucket_no_ownership_controls
|
|
test_bucket_logging_owner
|
|
test_object_copy_not_owned_bucket
|
|
test_bucket_policy_multipart
|
|
test_post_object_upload_checksum
|
|
test_put_bucket_logging
|
|
test_put_bucket_logging_errors
|
|
test_put_bucket_logging_permissions
|
|
test_put_bucket_logging_policy_wildcard
|
|
|
|
# Skipped tests (require IAM account or multiple storage classes)
|
|
test_bucket_policy_deny_self_denied_policy
|
|
test_bucket_policy_deny_self_denied_policy_confirm_header
|
|
test_lifecycle_plain_null_version_current_transition
|
|
test_lifecycle_set_noncurrent_transition
|
|
test_lifecycle_transition_encrypted
|
|
|
|
# Tests with known issues (need further investigation)
|
|
test_bucket_policy_different_tenant
|
|
test_bucket_policy_tenanted_bucket
|