Skip to content

Commit

Permalink
Fixes for arguments reference
Browse files Browse the repository at this point in the history
  • Loading branch information
beganovich authored and maxhelias committed Dec 3, 2024
1 parent 7931aae commit 089bf9a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/2-cloud-storage-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ services:
digitalocean_spaces_client:
class: 'AsyncAws\S3\S3Client'
arguments:
- endpoint: '%env(DIGITALOCEAN_SPACES_ENDPOINT)%'
accessKeyId: '%env(DIGITALOCEAN_SPACES_ID)%'
accessKeySecret: '%env(DIGITALOCEAN_SPACES_SECRET)%'
-
endpoint: '%env(DIGITALOCEAN_SPACES_ENDPOINT)%'
accessKeyId: '%env(DIGITALOCEAN_SPACES_ID)%'
accessKeySecret: '%env(DIGITALOCEAN_SPACES_SECRET)%'

flysystem:
storages:
Expand All @@ -142,9 +143,10 @@ services:
scaleway_spaces_client:
class: 'AsyncAws\S3\S3Client'
arguments:
- endpoint: '%env(SCALEWAY_SPACES_ENDPOINT)%'
accessKeyId: '%env(SCALEWAY_SPACES_ID)%'
accessKeySecret: '%env(SCALEWAY_SPACES_SECRET)%'
-
endpoint: '%env(SCALEWAY_SPACES_ENDPOINT)%'
accessKeyId: '%env(SCALEWAY_SPACES_ID)%'
accessKeySecret: '%env(SCALEWAY_SPACES_SECRET)%'

flysystem:
storages:
Expand Down

0 comments on commit 089bf9a

Please sign in to comment.