Skip to content

Commit

Permalink
Merge pull request #666 from TejasC88/tfa_fix_object_lock
Browse files Browse the repository at this point in the history
TFA fix to change the date to a future value to avoid object lock fai…
  • Loading branch information
mergify[bot] authored Jan 20, 2025
2 parents 16b9d57 + c0fece6 commit a033094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgw/v2/tests/s3_swift/test_object_level_retention.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_exec(config, ssh_con):
lock_mode = "GOVERNANCE"

# defining retain until date for longer
retain_until = "2025-01-01T00:00:00"
retain_until = "2030-01-01T00:00:00"
log.info(f"s3 objects to create: {config.objects_count}")
for oc, size in list(config.mapped_sizes.items()):
s3_object_name = utils.gen_s3_object_name(
Expand Down

0 comments on commit a033094

Please sign in to comment.