test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • netzathleten Friend
    #205019

    Hi,

    i want to synchronize with a s3 bucket in eu-central-1 (frankfurt). eu-central-1 seems to use only AWS4-HMAC-SHA256 authentication which is not supported by JA Amazon S3 Component (all legacy methods are disabled in frankfurt).

    The component uses aws-sdk-php/1.6.2 which reaches its end of life.

    How to get JA Amazon S3 Component working with eu-central-1?
    thanks, denny

    Thanh Nguyen Viet Friend
    #564789

    Hello,

    To get EU region display in Region select box when creating bucket, please open the file below:

    administrator/components/com_jaamazons3/models/bucket.php

    Find the code line

    [PHP]$aData[] = array(‘id’ => AmazonS3::REGION_US_E1_WEBSITE, ‘title’ => ‘Northern Virginia & Washington State’);[/PHP]

    And add this code below after it
    [PHP]$aData[] = array(‘id’ => AmazonS3::REGION_EU_W1, ‘title’ => ‘EU’);[/PHP]

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Thanh Nguyen Viet 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum