• Resolved Dennis C.

    (@mylocalvideo)


    Hello,

    Just wondering if I could add my amazon S3 link for my pdf? Also, the thumbnail image does not work, how can I add a thumbnail?

    Thanks,

    Dennis C.

Viewing 1 replies (of 1 total)
  • Plugin Author DearHive

    (@dearhive)

    Hi,

    Yes it will work with proper CORS settings in your s3 bucket.

    [
        {
            "AllowedHeaders": [
                "Authorization",
                "Range"
            ],
            "AllowedMethods": [
                "HEAD",
                "GET"
            ],
            "AllowedOrigins": [
                "*"
            ],
            "ExposeHeaders": [
                "Accept-Ranges",
                "Content-Encoding",
                "Content-Length",
                "Content-Range"
            ],
            "MaxAgeSeconds": 3000
        }
    ]
    

    Regarding the thumbnail, You can select the thumbnail in the select thumbnail below select PDF input.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to add the link to my PDF from Amazon S3?’ is closed to new replies.