@@ -19,6 +19,20 @@ oneup_flysystem:
19
19
container : ' %env(AZURE_STORAGE_ASSET_CACHE_CONTAINER)%'
20
20
prefix : ' %env(AZURE_STORAGE_ASSET_CACHE_PREFIX)%'
21
21
22
+ asset_awss3_adapter :
23
+ awss3v3 :
24
+ client : chamilo.storage.awss3_client
25
+ bucket : ' %env(AWS_S3_STORAGE_ASSET_BUCKET)%'
26
+ prefix : ' %env(AWS_S3_STORAGE_ASSET_PREFIX)%'
27
+ visibilityConverter : League\Flysystem\AwsS3V3\PortableVisibilityConverter
28
+
29
+ asset_cache_awss3_adapter :
30
+ awss3v3 :
31
+ client : chamilo.storage.awss3_client
32
+ bucket : ' %env(AWS_S3_STORAGE_ASSET_CACHE_BUCKET)%'
33
+ prefix : ' %env(AWS_S3_STORAGE_ASSET_CACHE_PREFIX)%'
34
+ visibilityConverter : League\Flysystem\AwsS3V3\PortableVisibilityConverter
35
+
22
36
asset_google_adapter :
23
37
googlecloudstorage :
24
38
client : ' Google\Cloud\Storage\StorageClient'
@@ -62,6 +76,20 @@ oneup_flysystem:
62
76
bucket : ' %env(GOOGLE_STORAGE_RESOURCE_CACHE_BUCKET)%'
63
77
prefix : ' %env(GOOGLE_STORAGE_RESOURCE_CACHE_PREFIX)%'
64
78
79
+ resource_awss3_adapter :
80
+ awss3v3 :
81
+ client : chamilo.storage.awss3_client
82
+ bucket : ' %env(AWS_S3_STORAGE_RESOURCE_BUCKET)%'
83
+ prefix : ' %env(AWS_S3_STORAGE_RESOURCE_PREFIX)%'
84
+ visibilityConverter : League\Flysystem\AwsS3V3\PortableVisibilityConverter
85
+
86
+ resource_cache_awss3_adapter :
87
+ awss3v3 :
88
+ client : chamilo.storage.awss3_client
89
+ bucket : ' %env(AWS_S3_STORAGE_RESOURCE_CACHE_BUCKET)%'
90
+ prefix : ' %env(AWS_S3_STORAGE_RESOURCE_CACHE_PREFIX)%'
91
+ visibilityConverter : League\Flysystem\AwsS3V3\PortableVisibilityConverter
92
+
65
93
themes_adapter :
66
94
local :
67
95
location : ' %kernel.project_dir%/var/themes'
@@ -72,6 +100,13 @@ oneup_flysystem:
72
100
container : ' %env(AZURE_STORAGE_THEMES_CONTAINER)%'
73
101
prefix : ' %env(AZURE_STORAGE_THEMES_PREFIX)%'
74
102
103
+ themes_awss3_adapter :
104
+ awss3v3 :
105
+ client : chamilo.storage.awss3_client
106
+ bucket : ' %env(AWS_S3_STORAGE_THEMES_BUCKET)%'
107
+ prefix : ' %env(AWS_S3_STORAGE_THEMES_PREFIX)%'
108
+ visibilityConverter : League\Flysystem\AwsS3V3\PortableVisibilityConverter
109
+
75
110
themes_google_adapter :
76
111
googlecloudstorage :
77
112
client : ' Google\Cloud\Storage\StorageClient'
0 commit comments