Actions
Idea #20752
openUpdate aws-sdk-go-v2 and support HostnameImmutable flag
Start date:
Due date:
Story points:
2.0
Description
keepstore currently uses v0.23.0
HostnameImmutable flag, introduced in v0.29.0, is needed for compatibility with other s3 backends
Upgrading to/past v0.25.0 will require updating our code to follow substantial API changes, see https://github.com/aws/aws-sdk-go-v2/releases/tag/v0.25.0
Updated by Peter Amstutz over 1 year ago
So it looks like what needs to be done is
- update to the newer SDK
- add an Arvados configuration option to choose between "path style" and "hostname style" bucket endpoints to accommodate various S3 compatible backends that may work one way or the other
Actions