Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
None
-
None
Description
SDK V2 will no longer resolve a buckets region if it is not set when initialising the client.
Current logic will always make a head bucket call on FS initialisation. We should review this. Possible solution:
- Warn if region is not set.
- If no region, try and resolve. If resolution fails, throw an exception. Cache the region to optimise for short lived FS.