# Unimplemented S3 feature tests
# ==============================
#
# These tests cover STANDARD S3 features not yet implemented in RustFS.
# They are TEMPORARILY EXCLUDED and should be enabled as features are added.
#
# Unimplemented features:
# - Bucket Logging: Access logging
# - Checksum: POST Object form upload checksum
# - Bucket Ownership Controls

# Failed tests
test_bucket_create_delete_bucket_ownership
test_bucket_logging_owner
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
test_rm_bucket_logging

# 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
