You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the S3 block adapter is tied to a specific S3 region.
In some cases, it is desirable for a single lakeFS installation to host repositories backed by buckets in different regions.
This might be possible without adding additional configuration by probing S3 to get a bucket's region (either by directly calling some API endpoint, or by attempting to use a default region and capturing the correct region from the resulting error message if any).
The text was updated successfully, but these errors were encountered:
@talSofer, a thought about multi-region lakeFS: unless you're using the lakeFS HadoopFS for all heavy operations, it's probably not the best practice - cost and performance wise - to deploy lakeFS on a different region than its buckets. Our documentation should note the implication of doing that.
Currently, the S3 block adapter is tied to a specific S3 region.
In some cases, it is desirable for a single lakeFS installation to host repositories backed by buckets in different regions.
This might be possible without adding additional configuration by probing S3 to get a bucket's region (either by directly calling some API endpoint, or by attempting to use a default region and capturing the correct region from the resulting error message if any).
The text was updated successfully, but these errors were encountered: