Actions
Bug #19234
closedNew keepstore s3 driver needs non-empty "region" to work with GCP
Start date:
11/02/2022
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
Currently UseAWSS3v2Driver: true
works with Google Cloud Storage buckets, but only if a valid AWS region like "us-east-1" is specified in the config file. The docs/comments say to leave region empty, but that causes requests to fail with a "could not find region configuration" error.
Suggest updating the driver and config docs to default to the "us-east-1" region when Endpoint != "" && Region == ""
in config, since this is a sane default to use for a non-AWS S3 service.
Updated by Lucas Di Pentima about 2 years ago
- Related to Bug #19582: Enable UseAWSS3v2Driver by default on keepstore added
Updated by Lucas Di Pentima about 2 years ago
- Target version set to 2022-11-09 sprint
- Release set to 47
Updated by Tom Clegg about 2 years ago
- Status changed from New to In Progress
19234-default-s3-region @ c0626f50e9ff14d008ae93de48a04318dd93eef2 -- developer-run-tests: #3352
Updated by Tom Clegg about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados|266512db4befdfa2bf7562e0e10a5c86ffa15ec9.
Actions