Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storageccl: improve support for non-S3 endpoints
Remove the requirement for a region if an endpoint is specified by using a bogus default region string. If an endpoint is specified, use the old style S3 urls (http://endpoint/bucket instead of http://bucket.endpoint/). These two changes were tested with Minio and DO Spaces and both now work as expected (without specifying a region and no weird endpoint URL). Fixes #24224 Fixes #21412 Release note (sql change): Improve support for S3-compatible endpoints in BACKUP, RESTORE, and IMPORT. The AWS_REGION parameter is no longer required. Services like Digital Ocean Spaces and Minio now work correctly.
- Loading branch information