s3: Support workflow with versioned buckets #100
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/xk6-frostfs#100
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
S3 buckets may enable versioning to store different versions of the same object. Performance of the S3 gateway may differ for version-enabled and disabled buckets.
Describe the solution you'd like
CreateBucket should accept versioning setting to set it during initialization.
Delete should accept a flag to delete both object and delete-marker for versioned bucket.
I suggest a new param in preset script.
It could configure percent on versioning buckets in preset.
As example
--buckets_versioned=30
means 30% versioned buckets and 70% non-versioned buckets.--buckets_versioned=0
or ommited means 100% non-versioned buckets.--buckets_versioned=100
means only versioned buckets.nzinkevich referenced this issue2024-11-06 10:04:06 +00:00