If I fill in the Wasabi Credentials in the .env, does it suppose to work? It doesn't work for mine?
Is there anyone who use wasabi? Can anyone please share your configs please?
I found this following script.
# Funkwhale can store uploaded files on Amazon S3 and S3-compatible storages (such as Minio)
# Uncomment and fill the variables below
AWS_ACCESS_KEY_ID=Y2XXXXXXXXXXX
AWS_SECRET_ACCESS_KEY=DLXXXXXXXXXXXXXXX
AWS_STORAGE_BUCKET_NAME=Bucket_name
# An optional bucket subdirectory were you want to store the files. This is especially useful
# if you plan to use share the bucket with other services
# AWS_LOCATION=us-east-1
# If you use a S3-compatible storage such as minio, set the following variable
# the full URL to the storage server. Example:
# AWS_S3_ENDPOINT_URL=https://minio.mydomain.com
AWS_S3_ENDPOINT_URL=https://s3.wasabisys.com
# If you want to serve media directly from your S3 bucket rather than through a proxy,
# set this to false
PROXY_MEDIA=false
# If you are using Amazon S3 to serve media directly, you will need to specify your region
# name in order to access files. Example:
# AWS_S3_REGION_NAME=eu-west-2
AWS_S3_REGION_NAME=us-east-1
# If you are using Amazon S3, use this setting to configure how long generated URLs should stay
# valid. The default value is 3600 (60 minutes). The maximum accepted value is 604800 (7 days)
# AWS_QUERYSTRING_EXPIRE=
# If you are using an S3-compatible object storage provider, and need to provide a default
# ACL for object uploads that is different from the default applied by boto3, you may
# override it here. Example:
# AWS_DEFAULT_ACL=public-read
# Available options can be found here: https://docs.aws.amazon.com/AmazonS3/latest/userguide/a>
# AWS_DEFAULT_ACL=
I filled in the credentials, after upload a audio, here is the screenshot
[upl-image-preview url=https://forum.funkwhale.audio/assets/files/2023-08-10/1691682596-29060-screenshot-2023-08-10-at-105254-am.png]