backwpup
backwpup copied to clipboard
[Bug]: Set S3 storage class freely (for Scaleway s3)
Description of the bug
We want to upload backups created with BackWPup to a S3 bucket at Scalway S3. This works in principle with the given settings.
However, the field “Amazon: Storage Class” is limited to the values STANDARD, STANDARD_IA und REDUCED_REDUNDANCY. According to the Scaleway S3 documentation, however, the storage classes there are called STANDARD, ONEZONE_IA and GLACIER (which is different for other S3 hosts).
Would it be possible to provide a free text field for the Storage Class so that we can save in our case in the Storage Class GLACIER?
Thanks for the great plugin and the support!
Reproduction instructions
- Open
/wp-admin/admin.php?page=backwpupjobsin your WordPress backend. - Click "Add new"
- Activate for the question "Where should your backup file be stored?" the option "Backup to an S3 Service"
- Switch to the tab "To: S3 Service"
- Select in "Select a S3 service" the option "Scalway: AMS" or set a custom endpoint.
- Select some option from the dropdown "Amazon: Storage Class"
STANDARD,ONEZONE_IAandGLACIER
Expected behavior
In the dropdown "Amazon: Storage Class", the values STANDARD, ONEZONE_IA and GLACIER are expected.
Environment info
No response
Relevant log output
No response
Additional context
Question forwarded from https://wordpress.org/support/topic/set-s3-storage-class-freely-for-scaleway-s3/#post-15881620
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Is there any news or timeline on this bug to fix?