Storage Providers
You can view and manage/create your storage providers' profiles here.
Supported Drivers:
- Amazon S3
- FTP(s)
- Wassabi
- Dropbox
- Local (Available on version 1.5.0 or higher)
Amazon S3
Vito supports Amazon S3 as storage driver. To use it, You need to have a bucket on your S3 account and provide the following info:
- Path: The path where the files will be stored in the bucket
- Key: The Access Key of your S3 account (How?)
- Secret: The Secret Key of your S3 account
- Region: The region of your S3 bucket
- Bucket: The name of the bucket
FTP(s)
To connect to FTP(s) you need to have a separate FTP(s) server with its connection info like HOST, PORT, USERNAME, and PASSWORD
Wassabi
Dropbox
To connect to Dropbox you need to create an app on your Dropbox developer generate a token for that and use that token to connect your VitoDeploy instance to Dropbox.
Using Dropbox requires the following permissions on your Dropbox API Key:
files.metadata.readfiles.metadata.writefiles.content.readfiles.content.write
Local
Local storage means that the server itself will be used as the storage. For example if you have a server managed by Vito and want to backup the databases, The backup files will be stored in the same server that the database exists.
vito user must have write access to that path