Our community would like to start using S3 in order to store media files and backups, to prevent the VPS to be full soon.
I checked settings and the it seems like credentials are shared for both settings (enable s3 uploads and backup location)
However, I would like to know if it’s possible to host, for example, Backups on Oregon and Media Files on Dublin
Is there any way to achieve this?
Yes. Its dangerous to have media and backup in one endpoint. If we lose it, we lose everything. So I also would like to be able to configure different endpoints for backup and media.
Hi,
If you want to backup to a different region in AWS, you can use Cross Region Replication. This will be backup your content in one S3 bucket in X region to another S3 bucket in Y region.
You can go through links here for details and how-to:
Also if you don’t want backup but just want to safeguard against delete of any object in S3, you can use MFA delete. This will ask for your MFA token on delete of object.
Also you can use versioning so that even on delete, the previous version is available.
Also, keep in mind this all options will have some additional cost associated with it.