• Hi.

    I am not sure if this has been covered already, but I am trying to connect an s3 bucket to this simple file listing.

    I really like the simple functionality, and it would work as a charm with listing links to .mov files located there, .. if I just could get it to work.
    ??

    I tried editing the plugin itself to…

    $baseDir = ‘https://the-bucket-i-want-to-list.s3.amazonaws.com’;
    $dir = $baseDir . ‘/’ . $folder;
    $outputDir = $baseDir;

    …but that was probably the wrong direction to try this.

    Any ideas how to accomplish that? (sorry for being so bluntish)

Viewing 1 replies (of 1 total)
  • Plugin Author Adam Bissonnette

    (@mmanifesto)

    Hey – I don’t think that’ll work because the WordPress site doesn’t have the permissions to list files on your server. I wouldn’t know how to get that setup. Sorry!

Viewing 1 replies (of 1 total)
  • The topic ‘link external s3 storage’ is closed to new replies.