diff --git a/3.0/modules/aws_s3/helpers/aws_s3.php b/3.0/modules/aws_s3/helpers/aws_s3.php index 9b5b5eb5..891ba0d3 100644 --- a/3.0/modules/aws_s3/helpers/aws_s3.php +++ b/3.0/modules/aws_s3/helpers/aws_s3.php @@ -53,7 +53,7 @@ class aws_s3_Core { "&Signature=" . urlencode(self::getHash("GET\n\n\n" . (time() + module::get_var("aws_s3", "sig_exp")) . "\n/" . $host . "/" . $resource)); self::get_s3(); - S3::getAuthenticatedURL("danneh-org", $resource, module::get_var("aws_s3", "sig_exp")); + S3::getAuthenticatedURL(module::get_var("aws_s3", "bucket_name"), $resource, module::get_var("aws_s3", "sig_exp")); } else $url .= "?m=" . ($updated ? $updated : time());