@@ -139,7 +139,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
139139 account_auth_token ,
140140 account_id ,
141141 bucket_name ,
142- 'allPublic ' ,
142+ 'allPrivate ' ,
143143 is_file_lock_enabled = True ,
144144 )
145145 bucket_id = bucket_dict ['bucketId' ]
@@ -172,7 +172,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
172172 account_auth_token ,
173173 account_id ,
174174 replication_source_bucket_name ,
175- 'allPublic ' ,
175+ 'allPrivate ' ,
176176 is_file_lock_enabled = True ,
177177 replication = ReplicationConfiguration (
178178 as_replication_source = ReplicationSourceConfiguration (
@@ -255,7 +255,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
255255 account_auth_token ,
256256 account_id ,
257257 bucket_id ,
258- 'allPublic ' ,
258+ 'allPrivate ' ,
259259 replication = ReplicationConfiguration (
260260 as_replication_destination = ReplicationDestinationConfiguration (
261261 source_to_destination_key_mapping = {
@@ -291,7 +291,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
291291 account_auth_token ,
292292 account_id ,
293293 bucket_id ,
294- 'allPublic ' ,
294+ 'allPrivate ' ,
295295 replication = ReplicationConfiguration (),
296296 )
297297 assert bucket_dict ['replicationConfiguration' ] == {
@@ -327,7 +327,7 @@ def raw_api_test_helper(raw_api, should_cleanup_old_buckets):
327327 account_auth_token ,
328328 account_id ,
329329 bucket_id ,
330- 'allPublic ' ,
330+ 'allPrivate ' ,
331331 default_server_side_encryption = encryption_setting ,
332332 default_retention = default_retention ,
333333 )
0 commit comments