mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
support S3 compatible storage providers (#401)
This commit is contained in:
@ -20,6 +20,7 @@ public function test_s3_connect_successful()
|
||||
$storageProvider = StorageProviderModel::factory()->create([
|
||||
'provider' => StorageProvider::S3,
|
||||
'credentials' => [
|
||||
'api_url' => 'https://fake-bucket.s3.us-east-1.s3-compatible.com',
|
||||
'key' => 'fake-key',
|
||||
'secret' => 'fake-secret',
|
||||
'region' => 'us-east-1',
|
||||
|
Reference in New Issue
Block a user