Thank you for providing such a great plugin. I am having an issue where the image urls are getting broken in the post edit screen but not in the frontend page also there is a url mismatch between both. I am currently using local to S3 url with the object version enabled setting. Can you please guide here. I’ll really appreciate.
Thanks!
I recently installed your plugin and set it up with my Digital Ocean Space bucket. However, I noticed there’s no option to specify the bucket path for uploaded media files. Ideally, I’d like the files to be stored in an existing folder structure, like:
https://example.sgp1.digitaloceanspaces.com/wp-content/uploads/2024/09/example.jpg
Instead, the current system automatically uploads files by creating a new folder, resulting in a path like:
https://example.sgp1.digitaloceanspaces.com/2024/09/example.jpg
It would be incredibly helpful if you could add an option to set a prefix for the bucket path, as well as an option to add the year and month to the path. This would allow us to maintain consistency and continue using our existing folder structure.
Additionally, I’d love to see a feature that can rewrite URLs to replace local links with the S3 bucket links.
Your plugin has great potential and, with these features, it could easily compete with other offload plugins out there. You’ve done a fantastic job so far!
Thanks again.
]]>New with this and wanted to know once all the files are uploaded to R2 – can i delete the local files?
Also once the files are offloaded to CF R2, does this mean that it will also update the image URLs?
]]>“Delivery provider status cannot be determined. An error was encountered while attempting to offload a temporary file for Public delivery.”
What steps should I take to resolve this error and enable the generation of offloaded URLs for image uploads? Any guidance or suggestions on potential changes or configurations to address this issue would be greatly appreciated. Thank you!
Here are the images of status:
https://i.ibb.co/pdkDTnN/Screenshot-2023-12-13-at-15-32-23.png
https://i.ibb.co/zPDQHx1/Screenshot-2023-12-13-at-15-32-33.png
On lines 543 and 544, you’re using realpath to identify the path of the file and make sure it exists — the problem is that our path is on S3, and looks like s3://mybucket/uploads, which doesn’t map to a directory on the server. realpath in that instance returns false, and the test on line 547 triggers an ERROR_DIRECTORY_SECURITY error, and the user gets a message that reads:
An error occured
Specificed directory is outside the upload directory. This is not allowed for security reasons
(Separately and less importantly, the word “specified” is misspelled.)
In future versions, would it be possible to test the result of realpath to make sure it’s not false, and if it is false, test the $realPath and $basedir variables without passing them through the realpath function?
Thanks in advance for your help.
]]>The WP CLI command “wp webp-express convert –reconvert” will replace or just recognise there are already webP?
Last question, I have the images offloaded to an S3 bucket with wp-offload media Lite, will it work?
Thank you
]]>We recently faced an issue with Offload SES, it doesn’t send emails at all (Not even queued). But when trying to send a test email it ends it normally and we receive it in our inbox.
I have checked the setup (IAM user / CNAME records to verify domain and email) but no luck, we can’t make this work at all
I have a staging site, and the plugin is working fine.
]]>