Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
6.6.0
-
Untriaged
-
1
-
Unknown
-
CX Sprint 235
Description
If a non-S3 region is used, then the external dataset querying would fail. This happens if an S3-compatible storage has regions that are different from S3. The region provided by the user should be used as is, and properly fail if the service provider does not support the provided region.
Attachments
Issue Links
- is duplicated by
-
MB-44273 Analytics UI does not support custom non-S3 regions
-
- Closed
-
- links to
Some S3-compliant services might have regions that differ from AWS S3 supported regions. To test the above, we need to ensure that the link gets created successfully with a non-s3 region. For example, .... "region": "myRegion", and the link should get created successfully.
Ideally, we should test to ensure the link also functions properly. However, if we don't have a service that provides non-S3 regions, then ensuring the link is created successfully will do the job for now.