To connect to an S3-compatible storage service, you need to configure the regions for your S3 provider.
To set up a third-party S3 provider, follow these steps:
- Initiate configuration. At the FileZilla Pro Command Line prompt, enter the command:
set engine.s3_providers edit
- Choose action. You’ll be prompted to:
- Add a new provider (enter 1).
- Edit/Delete an existing provider (enter 2).
- For adding a new provider: enter 1 to add a new provider
- For editing/deleting an existing provider:
- Enter 2 to edit or delete a provider.
- A list of configured providers will appear.
- Select the number corresponding to the provider you wish to modify.
- Choose to:
- Edit the provider (enter 1).
- Delete the provider (enter 2).
- Enter provider details:
- Provider name: input or modify the provider’s name.
- Catch-All host address: specify the host address of the S3 service, starting with a dot (e.g.,
.myprovider.com
). - Endpoint format: define the endpoint format using placeholders {
bucket
} for the bucket name and {region
} for the region name (e.g., {bucket
}.{region
}.myprovider.com
). - Configure regions:
- If editing a provider with existing regions, choose to:
- Add a new region
- Edit/Delete an existing region
- If adding or editing:
- Region name: specify or update the region’s name (e.g.,
us-east-1
). - Region description: provide or modify a description for the region (e.g.,
US East 1
). - Set up endpoints. Choose to:
- Add a new endpoint
- Edit an existing endpoint
- Save configurations: after making all desired changes, save the configuration by entering:
set save