David Anderson
David Anderson
This would be very good to have. I've had a report from a visually-impaired user of my software, that their screen reader isn't able to access the labelauty section of...
Having done a bit more research, this seems like a useful resource for learning how to set the right attributes so that elements are accessible: https://developer.mozilla.org/en-US/docs/Web/Accessibility/An_overview_of_accessible_web_applications_and_widgets
Example implementation: https://github.com/chrismeller/awstools/blob/master/aws/signature/v4.php
I actually started work on this, and got the signature in the header working. Then I spotted the requirement that if you use this signature, then there's also a requirement...
@bouusoou: Which package are you referring to as "this package" ? tpyo's class, or mine?
"it imho requires PHP 5.5" The 2.x branch of the official SDK is still maintained, and requires PHP 5.3.3+ : https://github.com/aws/aws-sdk-php/tree/2.8
Chunked uploading is implemented in the version of S3.php found here: http://plugins.svn.wordpress.org/updraftplus/trunk/includes/S3.php I think I got it (a couple of years ago) from: https://github.com/akeeba/releasemaker/blob/master/releasemaker/amazon/s3.php
I'm using your library in combination with my own (public/free) plugin to provide licences and updates, and have been for around 5 years: https://wordpress.org/plugins/simba-plugin-updates-manager/ . On the client side, there's...
The server is openssh-7.4p1-16.el7.x86_64 on CentOS 7. The changelog items since the previous version (7.4p1-13) are: = Friday Nov 24 2017 Jakub Jelen - 7.4p1-16 + 0.10.3-2 = - Fix...
Hi Jim, > Are you able to reliably reproduce this? Yes, most of the time (succeeding happens sometimes, but less often). I've tweaked the line as you suggested, and added...