Found A Bug
-
On line 263 of file \includes\class-s3-smart-upload-s3-service.php
I believe there should be a dot instead of a hyphen between s3 and ${region} as the original does not work and the corrected does work when clicking the [Copy File URL] button.
Original:
$aws_s3_host_name = “https://${bucket}.s3-${region}.amazonaws.com/”;Should be:
$aws_s3_host_name = “https://${bucket}.s3.${region}.amazonaws.com/”;Thanks,
Leslie
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Found A Bug’ is closed to new replies.