I was thinking to migrate all the files already uploaded to my discourse site to S3 and then continue serving them from S3 instead of Digital Ocean local disk.
(I already managed to set-up the backups to be stored on another S3 bucket.)
What is the correct procedure to set-up S3 for file uploads? If I just add the s3 upload bucket
name and s3 cdn url
names, enable Place uploads on Amazon S3 storage
, and discourse will take care of the migration, or is there something else I need to do? Do I need to worry about the s3 endpoint
?
Thank you!