-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to transfer files uploaded outside the Media Library (on the front end or through other plugins) #7
Labels
Milestone
Comments
This is a great point and a nice addition for the future. |
+1000 :) This is a necessary addition |
Definitely - I use lightroom to export directly to Wordpress - (LR/Blog extension) being able to support S3 uploads for other ways of adding media would be ideal. |
When will this be added? |
This issue makes me sad. |
This would be amazing to have. |
Would be great to see an update on this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the great plugin. It works great for me on DreamHost shared hosting for normal uploads through the Dashboard Media Library.
Would it be possible to support transferring files that are uploaded by other means? For example, I'm using the WooCommerce Product Add-Ons Extension, which allows site visitors to upload files on the front end without logging in. It uses the
wp_handle_upload()
function for this. Files uploaded this way neither get transferred to S3 nor get their URLs redirected (or I'm doing something wrong). Is there some way I can hook into the S3 plugin to make this happen, and/or would it be possible to add this as a feature in future versions?The text was updated successfully, but these errors were encountered: