• I have checked the box for:
    Store files only in the cloud and delete after successful upload. In that case file will be removed from your server after being uploaded to cloud storage, that saves you space.

    But when I go to my media library to see files the URL shows domain URL not spaces. Also, clicking on any media file throw 404 error page. When I login to my DO Spaces I can all file were uploaded.

    I’ve used the plugin WP Offload S3 Lite and it display the S3 URL when clicking on any media item. That’s what I’m looking for with your DO Spaces plugin.

    Any help would be greatly appreciated. Thx Mark

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author keeross

    (@keeross)

    If you see your domain in url while in media library, then I guess you haven’t changed “Full URL-path to files” parameter, it shouldn’t be blank and has to be changed to something like “https://your-awesome-spaces.nyc3.digitaloceanspaces.com”

    Thread Starter amazemedia

    (@amazemedia)

    When I update the full URL to my DO Spaces link all previously uploaded images are missing. Can older files maintain their domain URL and new files be linked to DO Spaces?

    What I really need is just mp4 videos to pull from DO Spaces and other files can be self-hosted.

    Plugin Author keeross

    (@keeross)

    There is an update 1.1.0.1 with a fixed filemask feature, you can try to use it, enter this /^(.(?!.*\.mp4$))*$/g there, it will make plugin to upload only files with mp4 extention.

    Plugin Author keeross

    (@keeross)

    Sorry, my mistake, use this one: /^(.(?!.*\.mp4$))*$/i

    Thread Starter amazemedia

    (@amazemedia)

    I upgraded and pasted code above.

    I’m getting 12 console errors trying to load css and js files from the Beaver Builder plugin

    Plugin Author keeross

    (@keeross)

    It is trying to access those files from DO Spaces link? Are these errors new?

    Thread Starter amazemedia

    (@amazemedia)

    Yes it is trying to access those files from my DO Spaces. I can’t say if they’re new or not as previously there were a multitude of errors.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Files not found’ is closed to new replies.