Data residency
When you sign up with Bucket you automatically use our global infrastructure to guarantee low latency from your users' clients to our servers.
However, if you need your users' data to stay inside the EU you can contact us at hello@bucket.co and request we change your data residency to EU only.
By default, our SDKs connect to front.bucket.co
. This points to our globally distributed edge servers and requests to this domain will be served generally by a server closest to the user.
However, if you're using the EU data residency, you must change the apiBaseUrl
to front-eu.bucket.co
when configuring the SDK to ensure the requests always land on one of our EU servers.
Here's how you can set the host in our Browser SDK and Node SDK:
And using the React SDK:
Last updated