You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ceph test "test_object_lock_put_obj_lock_invalid_days" contains the check:
eq(error_code, 'InvalidRetentionPeriod')
Running the same code in AWS throws Error that contains error code: InvalidArgument and not InvalidRetentionPeriod.
In addition, test_object_lock_put_obj_lock_invalid_years appears twice and have different content (and one of them has the same problem as in test_object_lock_put_obj_lock_invalid_days).
The text was updated successfully, but these errors were encountered:
The ceph test "test_object_lock_put_obj_lock_invalid_days" contains the check:
eq(error_code, 'InvalidRetentionPeriod')
Running the same code in AWS throws Error that contains error code: InvalidArgument and not InvalidRetentionPeriod.
In addition, test_object_lock_put_obj_lock_invalid_years appears twice and have different content (and one of them has the same problem as in test_object_lock_put_obj_lock_invalid_days).
The text was updated successfully, but these errors were encountered: