• 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)
  • Plugin Author profaceoff

    (@profaceoff)

    Hi Leslie,

    Thanks for reaching out to us.

    Yes, we’ve already sent your feedback to our technical team.

    They’re working on it now.

    Can you please drop us an email at hello(at)profaceoff.com so that we can update you faster & easier, @lunabug?

Viewing 1 replies (of 1 total)
  • The topic ‘Found A Bug’ is closed to new replies.