Upon attempting to activate the plugin on WordPress 4.9.15, a fatal error is thrown without a detailed answer.
]]>Fantastic plugin – thanks Dan!
I had a problem this week with a client finding that big file downloads were timing out. Could this be to do with the 60-minute cut-off to prevent hot-linking? (he’s on a slow connection downloading a big file)
]]>This thread outlines a warning output by the plugin.
I had the same issue with errors/warnings being output (no matter what workarounds I put in place) – so I thought I’d fix the warning. The line is complaining about ‘in_array’ having a null 2nd parameter, so I basically just shortcut the condition and only make that call if the variable ‘is not’ null.
I also discovered that the output of the shortcode was ALWAYS being put at the top of the page content, and this was because the code uses ‘echo’ to output the html – rather than returning the html to be output by the shortcode.
A file (bucket-browser-for-aws-s3/bucket-browser-for-aws-s3.php) with both fixes (well – worked for me) can be found here
Hope this helps someone get their need over the line – as there still does’t appear to be any comparable plugin out there. This is a nice piece of work, and would be great if the author could pick it up again. Definitely has potential to make some money ??
]]>Is there a way to target a folder within a bucket, instead of the entire bucket?
For example, we have a bucket for our site, and in that bucket we have two folders – Audio and Video – and only want people to see the Audio folder.
Is that possible?
]]>Hi! Love this plugin. Had a quick thought/question.
Is there an easy way to re-order the folders within the bucket shown in the plugin?
Like right now, we have folders that are dates (2006, 2007, etc). And in the browser it shows 2006 first, and the current year last. We want to reverse the order of this. Can we do that in the plugin, or through S3?
]]>I have set up and triple checked all of my S3 credentials, including the region. I am still getting the following error…
“Encountered a permanent redirect while requesting https://s3-us-west-2.amazonaws.com/TomIOSphotos. Are you sure you are using the correct region for this bucket?”
Can you help please? Thanks…
]]>Hi
We have some challenges with the way that the widget is rendering content on screen. Can anyone provide assistance on how we might:
Control/override the class for breadcrumbs. The widget is using the same class for breadcrumbs, and overriding the style of our main breadcrumbs. Is there anyway to alter this?
Do we have any control over styling the box rendered on the page?
Navigating to “home” on the breadcrumb seems to always give a Undefined – no files here message. but there are files in the root, which renders correctly on initial page load
when clicked, Image files are downloaded. Is there a way to have them to be rendered instead?
Thanks in advance for any help!
Mike
]]>Hi
I’m looking to surface S3 image content through a WP site, and came across this (AWS S3 Bucket Browser) plugin to enable that. According the to the plugin documentation you need to enter your AWS Account Keys / Secret keys into the WP site to enable the integration. However AWS keys are really sensitive, and AWS recommend using programmatic access over access keys – they actually recommend removing all access / secret keys from the account.
Am I missing something? have times moved on and their is a simpler way to surface S3 content in WP now a days? or are people accepting the risk of storing S3 account access keys in WP?
Best
Mike
]]>Receiving the following error below the embed window:
Warning: in_array() expects parameter 2 to be array, null given in xxxxxxxx/wp-content/plugins/bucket-browser-for-aws-s3/bucket-browser-for-aws-s3.php on line 236
]]>Please, use the regular array() functions instead of the nice [] way which only works on 5.4+
Also, the AWS library uses yield
so it doesn’t work on <5.5 either.