Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPS-5235 test fix-STRATO-S3-Backup-exclude-list without brb #75

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions s3-backup/s3b_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,30 +155,7 @@ s3_backup_configuration:
backupdrive: False

# Buckets marked as defective are skipped during the backup process.
defect_buckets:
# change to "defect_buckets: []" if list is empty
# OPS-1531: solved
#- drivename: hidrivethueringen3
# bucketname: bucket-5e97b98f4fccb20029058807

# OPS-2560 Check S3 Backup Status
# SerializationError: failed to decode REST XML response
- drivename: hidrivebrandenburg2
bucketname: bucket-5ece4282a631c6002a32d55f
- drivename: hidrive
bucketname: bucket-5c1b5be388997c0012b9efe5
- drivename: hidrive
bucketname: bucket-5dcc032c81b60a0036e65ce8
- drivename: hidrive2
bucketname: bucket-5e8b2b1c27d0b30029982ce8
- drivename: hidrive2
bucketname: bucket-5e8b3a41fe4da60029feefa5
- drivename: hidrive2
bucketname: bucket-5e8dc04969cb76002946c22e
- drivename: hidrive3
bucketname: bucket-5ef4582c381e5b00291e9331
- drivename: hidrivethueringen
bucketname: bucket-5e8bdc0fc6ed86002ac9dea1
defect_buckets: []
# Files marked as defective are skipped during the backup process.
# Will be passed to rclone as exclusion.
defect_files:
Expand Down