Add base support for AWS/Wings backup adapters

This commit is contained in:
Dane Everitt 2020-04-26 16:07:36 -07:00
parent 194688389d
commit b774622faa
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
9 changed files with 447 additions and 15 deletions
app/Models

View file

@ -26,8 +26,8 @@ class Backup extends Model
const RESOURCE_NAME = 'backup';
const DISK_LOCAL = 'local';
const DISK_AWS_S3 = 's3';
const ADAPTER_WINGS = 'wings';
const ADAPTER_AWS_S3 = 's3';
/**
* @var string