File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # exclude .gitignore and similar from the generated tarball
2
+ .git * export-ignore
3
+ .github * export-ignore
4
+ .tests * export-ignore
5
+ .composer.lock export-ignore
6
+ .vendor * export-ignore
Original file line number Diff line number Diff line change
1
+ Fork from : [ humanmade/S3-Uploads] ( https://github.com/humanmade/S3-Uploads )
2
+
3
+ - Version 2.x dropped support for GCS Buckets
4
+ - Forked from version 1.10
5
+ - Patches from later version back ported
6
+
7
+ --------------------------------
8
+
1
9
<table width =" 100% " >
2
10
<tr>
3
11
<td align="left" width="70">
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " humanmade /s3-uploads" ,
2
+ "name" : " mrhenry /s3-uploads" ,
3
3
"description" : " WordPress plugin to store uploads on S3" ,
4
4
"homepage" : " https://github.com/humanmade/S3-Uploads" ,
5
5
"keywords" : [
You can’t perform that action at this time.
0 commit comments