Private
Public Access
1
0

new: usr: Add opportunity to use profile picture. #4

This commit is contained in:
2026-04-13 15:50:28 +02:00
parent 98f6e8cb6e
commit 0c0b8ae920
23 changed files with 1952 additions and 212 deletions

View File

@@ -0,0 +1,14 @@
flysystem:
storages:
mineseeker.media.storage:
adapter: 'aws'
options:
client: 'Aws\S3\S3Client'
bucket: 'mineseeker'
prefix: 'media'
mineseeker.cache.storage:
adapter: 'aws'
options:
client: 'Aws\S3\S3Client'
bucket: 'mineseeker'
prefix: 'cache'