Hello,
When this site was built some time ago the dev used AS3 for serving text files and images. Now with the https requirement, we’re reverting back to the default Media Library and another CDN for serving the files.
I was hoping my deactivating this plugin, they would instantly revert back to the website. Didn’t happen. Can you or anyone else provide direction on this?
Thanks!
]]>Our server supports uploads up to 100MB, but would like to accept video uploads for a contest that will be a minute max. An iPhone 1 minute video is about 110MB and on phones with less compression could be significantly higher.
The form will have to options, 1) direct upload and 2) pasting in a url to an existing YouTube Link since Youtube supports 128GB. But for people who upload direct, want to increase the limit.
With this plugin, if people upload videos on the front end using say Gravity Forms, upload field which normally would save the site/server, will this instead go straight to Amazon S3 and most importantly will it bypass the servers 100MB upload limit? Or would uploads still be limited by the server upload limit?
Trying to find a plugin that will go straight to S3 before installing and testing one out. Any help would be much appreciated!
]]>Fatal error: Uncaught Error: Call to undefined function ereg() in /public_html/wp-content/plugins/tantan-s3/wordpress-s3/class-plugin.php:77 Stack trace: #0 /public_html/wp-includes/class-wp-hook.php(298): TanTanWordPressS3Plugin->admin(”) #1 /public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #2 /public_html/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #3 /public_html/wp-admin/admin.php(222): do_action(‘settings_page_t…’) #4 /public_html/wp-admin/options-general.php(10): require_once(‘…’) #5 {main} thrown in /public_html/wp-content/plugins/tantan-s3/wordpress-s3/class-plugin.php on line 77
Please help?
]]>Does this plugin bypass the media library and upload straight to S3?
]]>Because it is using ereg
, which is deprecated since 5.3 and removed in 7.0.
Crashes in tantan-s3/wordpress-s3/admin-tab-head.html:4
, but I haven’t checked if there are more places that don’t work.
Hi, I love “Amazon S3 for WordPress” plugin. It’s been my favorite plugin for years, because I can build lightweight websites by hosting all my images at Amazon.
Today I’ve updated to WordPress 4.4 and suddenly all images were not visible. I haven’t had more time to research it because I was on production, so I’ve restored from backup.
Please, Joetan take a look at this issue and update this fantastic plugin for WordPress 4.4.
Merry Christmas!
All the best,
Angel
I’m testing MagicFields and Tantan-S3, and works perfect. But working with MagicFields on the Media Option, when I click on the link to insert the image, is inserted into the Post area, but not into the Field itself. I need an option to attach the image into the MagicFields Media.
]]>your plug-in works really well thank you.
but I work with buddy press and there is some conflict with the member post in the front end(https://ye3340.lifesaverdesigns.com/activity-2/) of the website, when member upload the media it still go back to my server. Can you help me with that?
Thank you very much for your great plug-in
]]>I may be missing something, but I believe I have set up the config correctly because it does automatically mirror the media uploads to my S3 bucket, but it does not serve files from there, it still serves them from my local Apache server. Is there an additional step necessary to make it serve from S3 automatically?
]]>Warning: touch() [function.touch]: Unable to create file /f5/yadayadayada/public/tmp/MG_0356.tmp because Permission denied in /f5/yadayadayada/public/wp-admin/includes/file.php on line 177
Dismiss“_MG_0356.jpg” has failed to upload due to an error
The uploaded file could not be moved to /f5/yadayadayada/public/wp-content/uploads.
help? i changed the permission to 755,777, but still does not work. -_-
]]>When I try to activate the plugin I get the following error, why?:
Plugin could not be activated because it triggered a fatal error.
]]>What it looks like is that the s3 plugin and wordpress DO NOT work in parallel in their creation of month based uploads folders.
s3 always uses the current month. In other words, regardless of the publish date of the post, the upload will always get placed in the current month folder (i.e. if today’s date is may 2012, I upload an image and it goes to s3bucket/uploads/2012/05/)
By contrast, it seems as though wordpress places the images in the folder based on the date of the original creation of the post. So if you create a post in february save as a draft, then add images in may, then publish it, in s3 your images will be in 2012/05, while in your regular server they will be in 2012/02. This is a serious problem for me for a lot of reasons that are too complex to get into here, but it is a serious issue nonetheless.
]]>This plugin doesn’t work. It doesn’t save any values that I enter, such as my secret key, or bucket names. There is no documentation as to how the cron jobs works. I do not see any crons running or attempting to run my logs. The plugin says it’s active, but nothing is happening. The only way to figure out what is happening is to go through the code line-by-line and analyze what it’s doing. Ain’t nobody got time for that, I got bronchitis. I also have work to do. It would be faster if I wrote my own plugin at this point.
]]>When you delete a photo that resides on Amazon the plugin does not remove the object form Amazon.
]]>Hello,
I recently installed this plugin for a site that uses a large number of images per article, and it works beautifully on new stories. When on, new images are served via Amazon S3, and when off, I can switch back to serving images via my own server.
The problem I’m having is with images uploaded to the site prior to installing this plugin. I had a previous library of 130,000 images that I copied over to Amazon S3 stored in the same place as the new images. However, the plugin doesn’t recognize this fact, and the old images are still being served from my server.
Is there a way to update these old image URLs with this plugin, so it serves them from S3 instead of my server?
Many thanks in advance.
]]>Fatal flaws:
1. Deleting from WordPress does not delete from S3. Maintaining two separate systems is fraught with peril.
2. No differentiation between blogs; if I have 24 different blogs (yes, mine and my clients’) then it all dumps into the same folder path. True, not visible on the WordPress side, but in S3, it’s a mess.
And I was so hopeful.
]]>Hi, I’m using this plugin and it works very good, but I have encountered a tricky problem.
I have installed WP with multisite and it is on subdomain. Plus, the WP is working on subdirectory. Like:
https://example.com/blog/
https://foo.example.com/blog/
The main blog has no problem to upload s3, it dug s3://bucketname/blog/wp-contents/2011/11/xxxx.jpg .
But the sub blog is different. It should be uploaded to s3://bucketname/blog/files/2011/11/xxxx.jpg , but it dug s3://bucketname/blog//blog/files/2011/11/xxxx.jpg .
I looked into the code, and found the wrong code, but it seems the code did it intentionally, and I don’t understand why.
In class-plugin.php, why this filter option_siteurl before getting $uploadDIr. It mess the information. In line 173,
add_filter('option_siteurl', array(&$this, 'upload_path'));
I also checked upload_path function, but it does not make any sense to filter option_siteurl to upload_path.
After removing the add_filter line, it worked like a charm, but I think there should be some reason to filter option-siteurl. It saids “figure out the correct path to upload to, for wordpress mu installs”, but it does make incorrect path…
Hmm….
I love the Organize Series plugin, but image icons do not work with Amazon S3 for WordPress plugin. When S3 for WordPress is set to “Use Amazon S3 for storage when uploading via WordPress’ upload tab”, series icon images appear to upload fine but are never saved. Un-selecting this option in S3 for WordPress allows them to work, and it can then be re-selected after working with series icons.
I wonder if there is some function in Organize Series that is interfering with links to S3? Or is this an issue with S3 for WordPress?
Thanks!
]]>Hi!
I tried to get this plugin to work with a user account I created through Amazon IAM (AWS Identity and Access Management). This user has full access to a so called External Bucket. Using this account I can upload/delete files normally with CloudBerry S3 Explorer, but I can’t get this plugin to work with the account. When I configure the plugin with my “main” S3 account details, it does work.
BTW: External Buckets are not listed by default inside CloudBerry S3 Explorer, you have to add them manually. Could that be the problem with this plugin?
Hi,
Is it possible to use the Rebuild Thumbnails plugin and sync the new thumbnails with S3 using this plugin?
]]>