diff --git a/doc/s3api/conf/ceph-known-failures-tempauth.yaml b/doc/s3api/conf/ceph-known-failures-tempauth.yaml
index 833630f8de..0d9b833acb 100644
--- a/doc/s3api/conf/ceph-known-failures-tempauth.yaml
+++ b/doc/s3api/conf/ceph-known-failures-tempauth.yaml
@@ -75,11 +75,6 @@ ceph_s3:
   s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_long: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_punctuation: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_create_naming_bad_short_empty: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dash_at_end: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dash_dot: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dot_dash: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_dot_dot: {status: KNOWN}
-  s3tests_boto3.functional.test_s3.test_bucket_create_naming_dns_underscore: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_head_extended: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_header_acl_grants: {status: KNOWN}
   s3tests_boto3.functional.test_s3.test_bucket_list_delimiter_empty: {status: KNOWN}
diff --git a/doc/saio/swift/proxy-server.conf b/doc/saio/swift/proxy-server.conf
index 9352561406..fb1b4fc80b 100644
--- a/doc/saio/swift/proxy-server.conf
+++ b/doc/saio/swift/proxy-server.conf
@@ -82,7 +82,6 @@ use = egg:swift#symlink
 [filter:s3api]
 use = egg:swift#s3api
 s3_acl = yes
-dns_compliant_bucket_names = no
 check_bucket_owner = yes
 
 # Example to create root secret: `openssl rand -base64 32`