AWS ap-southeast-4 support

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2338432
    tim109
    Participant

    Hi Updraft,

    For Amazon S3 remote storage, can we add the region ap-southeast-4 (Melbourne) as a supported region?

    Might need to be added here:

    \updraftplus\methods\s3.php
    \updraftplus\methods\updraftvault.php

    Tim

    • This topic was modified 1 week, 6 days ago by tim109.
    #2338433
    tim109
    Participant
    This reply has been marked as moderator-only.
    #2340990
    Vanessa
    Moderator

    You would do this within your S3 and not UpdraftPLus, you would need to set the bucket region to: ap-southeast-4

    #2341245
    tim109
    Participant

    I’m sorry but your response is incorrect, and probably a bit lazy Vanessa.

    Error I get on the latest updraft plugin:
    Amazon S3 settings test result: Failure: Region: ap-southeast-4: We successfully accessed the bucket, but the attempt to create a file in it failed. Please check your access credentials. (UpdraftPlus_S3::putObject(): [IllegalLocationConstraintException] The ap-southeast-4 location constraint is incompatible for the region specific endpoint this request was sent to.)

    If I update your plugin’s code in the files listed above by adding region cases:

    case 'ap-southeast-4':

    \updraftplus\methods\s3.php – Line 255
    \updraftplus\methods\updraftvault.php – Line 1012

    It works:

    Amazon S3 settings test result: Success: Region: ap-southeast-4: We accessed the bucket, and were able to create files within it. The communication with Amazon S3 was encrypted.

    Please update the plugin to allow this region.

    #2341680
    udadmin
    Keymaster

    Hi,

    I’ve added a task to our task-tracker to get this support added. Thank you for the report!

    David

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘AWS ap-southeast-4 support’ is closed to new replies.