Bunny storage

o access the keys from your Bunny storage account, follow these steps: 1. Log In to Your Bunny Account

2. Navigate to the Storage Zone

  • In the Bunny Dashboard, go to the Storage Zones section on the left-hand side of the interface.

  • Select the storage zone you created or create a new one if you haven't yet.

3. Find Your Storage Keys

  • Once you are in the Storage Zone settings, you will see the details for your storage zone:

  • FTP/Storage Endpoint: This is the URL where your files are stored.

  • Storage Zone Name: The name you gave to your storage zone.

  • Access Key: This is the key that allows you to programmatically access your Bunny storage zone.

  • API Key (if needed for management operations): Found under the API section of the Bunny dashboard (this is used for API-level access).

4. Copy the Access Keys

  • Copy the Storage Zone Name and Access Key, as these are needed to configure your Laravel application for Bunny storage access.

5. Optional: API Key for Advanced Operations

  • If you need an API key for management tasks, such as listing files, you can find this under the API section in the left-hand menu of the dashboard.

After updating the keys in setting. The attached screenshot helps you.

Go To Dashboard -> API Setting -> Bunny storage ->

Last updated