@@ -154,4 +154,85 @@ s3tests_boto3/functional/test_s3.py::test_versioned_concurrent_object_create_and
154
154
s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
155
155
s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block
156
156
s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy
157
- s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags1
157
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags1
158
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_acl_grant_group_read
159
+ s3tests_boto3/functional/test_s3.py::test_multipart_sse_c_get_part
160
+ s3tests_boto3/functional/test_s3.py::test_multipart_single_get_part
161
+ s3tests_boto3/functional/test_s3.py::test_non_multipart_sse_c_get_part
162
+ s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_v2
163
+ s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant_v2
164
+ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_v2
165
+ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_v2
166
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_delete
167
+ s3tests_boto3/functional/test_s3.py::test_lifecycle_deletemarker_expiration_with_days_tag
168
+ s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_enforced_with_bucket_policy
169
+ s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_deny_algo_with_bucket_policy
170
+ s3tests_boto3/functional/test_s3.py::test_bucket_policy_multipart
171
+ s3tests_boto3/functional/test_s3.py::test_bucket_policy_tenanted_bucket
172
+ s3tests_boto3/functional/test_s3.py::test_set_get_del_bucket_policy
173
+ s3tests_boto3/functional/test_s3.py::test_set_multipart_tagging
174
+ s3tests_boto3/functional/test_s3.py::test_bucket_policy_upload_part_copy
175
+ s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_s3_incorrect_algo_sse_s3
176
+ s3tests_boto3/functional/test_s3.py::test_object_lock_put_obj_lock_enable_after_create
177
+ s3tests_boto3/functional/test_s3.py::test_get_nonpublicpolicy_principal_bucket_policy_status
178
+ s3tests_boto3/functional/test_s3.py::test_block_public_policy_with_principal
179
+ s3tests_boto3/functional/test_s3.py::test_block_public_restrict_public_buckets
180
+ s3tests_boto3/functional/test_s3.py::test_put_get_delete_public_block
181
+ s3tests_boto3/functional/test_s3.py::test_object_checksum_sha256
182
+ s3tests_boto3/functional/test_s3.py::test_object_checksum_crc64nvme
183
+ s3tests_boto3/functional/test_s3.py::test_multipart_checksum_sha256
184
+ s3tests_boto3/functional/test_s3.py::test_multipart_use_cksum_helper_sha256
185
+ s3tests_boto3/functional/test_s3.py::test_multipart_use_cksum_helper_crc64nvme
186
+ s3tests_boto3/functional/test_s3.py::test_multipart_use_cksum_helper_crc32
187
+ s3tests_boto3/functional/test_s3.py::test_multipart_use_cksum_helper_crc32c
188
+ s3tests_boto3/functional/test_s3.py::test_multipart_use_cksum_helper_sha1
189
+ s3tests_boto3/functional/test_s3.py::test_post_object_upload_checksum
190
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_logging
191
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_mtime
192
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_simple_key
193
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_partitioned_key
194
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_bucket_auth_type
195
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_bucket_acl_required
196
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_object_acl_required
197
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_logging_errors
198
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_owner
199
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_logging_permissions
200
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_logging_policy_wildcard
201
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_logging_policy_wildcard_objects
202
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_permission_change_s
203
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_logging_tenant_s
204
+ s3tests_boto3/functional/test_s3.py::test_put_bucket_logging_account_s
205
+ s3tests_boto3/functional/test_s3.py::test_rm_bucket_logging
206
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_put_objects
207
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_put_objects_versioned
208
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_put_concurrency
209
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_delete_objects
210
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_delete_objects_versioned
211
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_get_objects
212
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_get_objects_versioned
213
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_copy_objects
214
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_copy_objects_versioned
215
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_copy_objects_bucket
216
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_copy_objects_bucket_versioned
217
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_head_objects
218
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_head_objects_versioned
219
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_mpu_s
220
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_mpu_versioned_s
221
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_mpu_copy
222
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_mpu_copy_versioned
223
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_multi_delete
224
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_multi_delete_versioned
225
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_multiple_prefixes
226
+ s3tests_boto3/functional/test_s3.py::test_bucket_logging_single_prefix
227
+ s3tests_boto3/functional/test_s3.py::test_get_multipart_checksum_object_attributes
228
+ s3tests_boto3/functional/test_s3.py::test_get_multipart_object_attributes
229
+ s3tests_boto3/functional/test_s3.py::test_get_paginated_multipart_object_attributes
230
+ s3tests_boto3/functional/test_s3.py::test_get_single_multipart_object_attributes
231
+ s3tests_boto3/functional/test_s3.py::test_get_checksum_object_attributes
232
+ s3tests_boto3/functional/test_s3.py::test_get_versioned_object_attributes
233
+ s3tests_boto3/functional/test_s3.py::test_get_sse_c_encrypted_object_attributes
234
+ s3tests_boto3/functional/test_s3.py::test_get_object_attributes
235
+ s3tests_boto3/functional/test_s3.py::test_delete_marker_nonversioned
236
+ s3tests_boto3/functional/test_s3.py::test_delete_marker_versioned
237
+ s3tests_boto3/functional/test_s3.py::test_delete_marker_suspended
238
+ s3tests_boto3/functional/test_s3.py::test_delete_marker_expiration
0 commit comments