--- id: 3-data-sources title: Data Sources sidebar_position: 3 --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; ## BulkDataURI Configuration We've updated the configuration for BulkDataURI to provide more flexibility and control. This guide will help you migrate from the old configuration to the new one. ### What's Changing? ```javascript useBulkDataURI: false, ``` ```javascript bulkDataURI: { enabled: true, // Additional configuration **options** }, ``` **Additional Notes:** - The new configuration allows for more granular control over BulkDataURI behavior. - You can now add custom URL prefixing logic using the startsWith and prefixWith properties. - This change enables easier correction of retrieval URLs, especially in scenarios where URLs pass through multiple systems.