I raise this issue in GitHub:
Hi guys
I linked S3 as below.
PF_ENABLE_CLOUD=true
FILESYSTEM_DRIVER=s3
FILESYSTEM_CLOUD=s3
AWS_ACCESS_KEY_ID=******
AWS_SECRET_ACCESS_KEY=*******
AWS_DEFAULT_REGION=ap-southeast-2
AWS_BUCKET=********
everything is fine with post. all uploading on S3 with no issue.
but when it comes to profile photo change. it doesn't work.
seems the address have some issue.
the address is like below:
https://aust.socialhttps//austsocial.s3.ap-southeast-2.amazonaws.com/public/*************
but it should be line
https//austsocial.s3.ap-southeast-2.amazonaws.com/public/*************
can anyone help me with that?
The answer I think is here.
https://github.com/pixelfed/pixelfed/commit/672f7c8c
but
how to access the profile.php file via cloudron or FileZilla?
where are the files??