Changed Amazon S3 download URL format so it works with S3_EU_WEST region.
Updated amazon config file path in the downloader class
This commit is contained in:
parent
e24b4f43fd
commit
1dc72d5ebe
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class CloudFile extends BaseCloudFile
|
|||
$scheme = $endpoint->getScheme();
|
||||
$host = $endpoint->getHost();
|
||||
$s3_bucket = $amazon_s3->getBucket();
|
||||
return "$scheme://$host/$s3_bucket/".utf8_encode($resource_id);
|
||||
return "$scheme://$s3_bucket.$host/".utf8_encode($resource_id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue