Home Forums Scripts S3 File Uploader Bucket domain does not yet update to the full path

This topic is: not resolved
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #23711
    mvaneijgen
    Post count: 7

    When you upload a file a temp URL will be generated this will be
    https://s3.amazonaws.com/BUCKET_NAME/FILE_NAME.png?AWSAccessKeyId=KEY&Expires=DATE&Signature=SIGNATURE

    this should be
    https://s3.eu-central-1.amazonaws.com/BUCKET_NAME/FILE_NAME.png?AWSAccessKeyId=KEY&Expires=DATE&Signature=SIGNATURE

    So this will result im image not been linked correctly. It will upload fine, but just the link you get back from you plugins is not correct, this ahs probably to do with my previous issue and there is just some code snipped not yet built in.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.