Bug #19620
closedRemove old keepstore S3 driver on arvados 2.6.0
Description
We've enabled by default the Volumes.x.DriverParameters.UseAWSS3v2Driver setting in version 2.5.0, for 2.6.0 the old driver code & config knob should be removed.
Update release notes to mention the key is gone.
Config should ignore the old key and print a warning about an unknown/obsolete key.
Updated by Peter Amstutz over 3 years ago
- Release deleted (
47) - Target version set to 2023-03-01 sprint
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2023-03-01 sprint to Future
Updated by Peter Amstutz almost 3 years ago
- Story points set to 1.0
- Description updated (diff)
Updated by Peter Amstutz almost 3 years ago
- Target version changed from Future to To be scheduled
Updated by Peter Amstutz almost 3 years ago
- Target version changed from To be scheduled to Development 2023-04-26 sprint
Updated by Tom Clegg almost 3 years ago
19620-remove-old-s3-driver @ cefc46389792e233ee5db00da2a22a68e54e0a69 -- developer-run-tests: #3593
Updated by Brett Smith almost 3 years ago
Tom Clegg wrote in #note-8:
19620-remove-old-s3-driver @ cefc46389792e233ee5db00da2a22a68e54e0a69 -- developer-run-tests: #3593
What's here is good. Does it make sense to completely remove the goamz dependency as part of this branch too? (git grep goamz)
If there's some reason that should be handled separately, please make a follow-up ticket but this is good to merge as-is. Thanks.
Updated by Tom Clegg almost 3 years ago
Brett Smith wrote in #note-9:
What's here is good. Does it make sense to completely remove the
goamzdependency as part of this branch too? (git grep goamz)
Keep-web was still using its Key and ListResp structs, but they're trivial, so I just added them.
We still use the goamz s3 client in keep-web tests, though. Added #20373.
Does "only used in test code" seem like a better line to stop at here?
19620-remove-old-s3-driver @ f5a90a8dd208596aa8ce8cfd3086bd367b84b147 -- developer-run-tests: #3605
Updated by Brett Smith almost 3 years ago
Tom Clegg wrote in #note-10:
Keep-web was still using its Key and ListResp structs, but they're trivial, so I just added them.
We still use the goamz s3 client in keep-web tests, though. Added #20373.
Does "only used in test code" seem like a better line to stop at here?
Sure, that works for me. This is good to merge, thanks.
Updated by Tom Clegg almost 3 years ago
- % Done changed from 0 to 100
- Status changed from In Progress to Resolved
Applied in changeset arvados|57792708500261a817e6957e65c80c7f798a36e9.