Profile images doesnt load on S3
Unsolved
Pixelfed
-
Hello, is there any update/guidance from the Cloudron team on this? As in the original topic posted- profile images not properly working if using S3 as storage?
Anyone else able to figure anything else out with the profile avatar and using S3 compatible storage?
If I'm understanding this correctly (and I could be wrong), this issue was addressed by this commit back in July 2022. And was bundled into the v0.11.4 release, which was made available in Oct 2022.
-
@gh0stface so this is what I've setup;
## S3 Storage PF_ENABLE_CLOUD=true FILESYSTEM_DRIVER=local FILESYSTEM_CLOUD=s3 PF_LOCAL_AVATAR_TO_CLOUD=true MEDIA_DELETE_LOCAL_AFTER_CLOUD=true AWS_ACCESS_KEY_ID=xxx AWS_SECRET_ACCESS_KEY=xxx AWS_DEFAULT_REGION=xxx AWS_BUCKET=mediapixelfedsg AWS_URL=https://media.pixelfed.sg AWS_ENDPOINT=https://xxx.backblazeb2.com #AWS_USE_PATH_STYLE_ENDPOINT=false
and it works.
-