- Mar 18, 2020
-
-
Dom Sekotill authored
-
- Mar 14, 2020
-
-
Dom Sekotill authored
-
- Feb 25, 2020
-
-
Joe Hoyle authored
Document ability to use instance profiles
-
Ryan McCue authored
-
- Jan 28, 2020
-
-
Ryan McCue authored
Update travis badge to travis-ci.com
-
Austin Pray authored
y'all migrated from .org
-
- Nov 18, 2019
-
-
Nathaniel authored
Fix verify WP CLI command
-
Nathaniel Schweinberg authored
-
- Nov 15, 2019
-
-
Nathaniel Schweinberg authored
-
- May 29, 2019
-
-
Paul Gibbs authored
Fix typo in readme
-
- May 15, 2019
-
-
Barry Hughes authored
-
- Apr 16, 2019
- Apr 10, 2019
-
-
Robert O'Rourke authored
Don't include tests in the downloadable composer package
-
Joe Hoyle authored
It's possible to remove the `tests` (and some other files) from the git archive that composer downloads from github on install. This saves a few MB as we have test images / pdfs and videos in our tests directory
-
Joe Hoyle authored
In WordPress 4.9.7, attachment file deleting changed again, which mangles the s3:// paths very badly. What's more, there's no hooks to be able to adjust / change this behaviour. More details in the code comment.
-
Joe Hoyle authored
-
Joe Hoyle authored
Remove composer deps
-
- Apr 08, 2019
-
-
Joe Hoyle authored
In some cases (it's not that clear how) Imagick is not compatible with remote streams. According to the docs, this has never been possible, but I think it happened to work in the past. I've tried the same version of imagick, on different sets and sometimes works, some times doesnt. The crux of the issue is that IMagick tries to read from the stream, and is sending a SEEK request to something near PHP_MAX_INT, which causes memory allocation issues on our stream wrapper. It's maybe possible to work around it with a seek stream guard, but really I think that's just one of many possible issues. I think it's going to be better to let IMagick always work with local images to avoid issues.
-
Joe Hoyle authored
-
Joe Hoyle authored
I think for v2 we should remove the composer deps from the master branch, and tagged version should be from that branch. THis means installing the plugin via composer won't cause additoinal copies of the AWS SDK to exist. We can still have a build branch, and upload artifacts to the release page I believe, for people who want to use the plugin without composer.
-
- Apr 05, 2019
-
-
Joe Hoyle authored
Remove upload-attachments WP CLI command and fix upload-directory
-
- Mar 22, 2019
-
-
Robert O'Rourke authored
Improvement to the custom endpoint docs
-
- Mar 21, 2019
-
-
Robert O'Rourke authored
-
Robert O'Rourke authored
-
- Feb 22, 2019
-
-
Joe Hoyle authored
Add docs for configuring a session token
-
- Feb 21, 2019
-
-
John Blackbourn authored
-
- Feb 15, 2019
-
-
Robert O'Rourke authored
This a frequently asked question and there are multiple PRs for the feature.
-
Robert O'Rourke authored
Readme: small fix for the syntax highlight
-
- Jan 30, 2019
-
-
Joe Hoyle authored
Update README.md
-
Joe Hoyle authored
`upload-attachments` is pretty useless, as it requires _all_ media files be in the attachment metadata, which isn't a great assumption. REally upload-directory is much more prefered and simpler. ASs it happens, that's be broke for quite some time, so finally fixing it! Fixes #254, #130, #100, #266, #269, #147
-
- Dec 19, 2018
-
-
Ryan McCue authored
Update README.md
-
Tristan Bessoussa authored
Following #284
-
- Oct 12, 2018
-
-
Joe Hoyle authored
Stream metadata stub method for local wrapper
-
Ryan McCue authored
Update docs for bucket path prefix
-
- Oct 11, 2018
-
-
devbhosale authored
how to use directory path prefix
-
devbhosale authored
Include an example of how to use directory path prefix with bucket name.
-
- Sep 23, 2018
-
-
Shady Sharaf authored
-
- Sep 12, 2018
-
-
Joe Hoyle authored
Trigger putObject action on local wrapper as well
-