Commit graph

570 commits

Author SHA1 Message Date
Douglas Pessoa
6c73f13fd0 Fixes "mkdir /basedir: no such file or directory" by creating the directory recursively 2019-08-23 20:44:35 +00:00
Douglas Pessoa
e5b5ee7140 Create examples.md and update README.md 2019-08-23 20:27:27 +00:00
n8225
6a956a445f rmv s3-part-size from NewS3Storage call. 2019-08-22 15:30:35 -05:00
n8225
ce7e008bb3 Remove maxUploadParts and PartSize options 2019-08-22 14:10:11 -05:00
Andrea Spacca
b9a03ac180
Merge pull request #254 from randomwangran/master
fix typo
2019-08-17 10:39:33 +02:00
Ran Wang
cccbaac6d7 fix typo 2019-08-16 14:34:53 -04:00
Andrea Spacca
a09bcf3bf0
Merge pull request #251 from different55/patch-1
Fix fish alias for busybox systems
2019-07-29 21:59:47 +02:00
Different55
0b23354473
Fix fish alias for busybox systems
While GNU mktemp will handle any number of X's, busybox mktemp (used in Android/Termux and distros like Alpine) insists on exactly 6 of them.
2019-07-29 13:27:43 -05:00
nrew225
372ff5f368 Fix s3 100MB max upload issue. 2019-07-21 15:01:57 -05:00
Andrea Spacca
ce043efca0
Merge pull request #249 from n8225/addS3PathStyle
Add support for S3 path style URLS.
2019-07-21 18:05:05 +02:00
nrew225
6cb2de3cff Add support for S3 path style URLS. 2019-07-21 09:29:01 -05:00
Andrea Spacca
58edf68fd7 no need for abs path flag param 2019-07-16 21:23:19 +02:00
Andrea Spacca
2e41852860 fix resolved url 2019-07-16 20:51:31 +02:00
Andrea Spacca
2536b39220
Merge pull request #247 from dutchcoders/ISSUE-238
ISSUE-238 fix version
2019-07-06 20:54:00 +02:00
Andrea Spacca
82fc38856d
Merge pull request #246 from dutchcoders/ISSUE-240
ISSUE-240 negative max metadata instead of big enough
2019-07-06 20:43:50 +02:00
Andrea Spacca
682a2bd3d8 ISSUE-238 fix version 2019-07-06 20:42:33 +02:00
Andrea Spacca
1809ffe8b5 ISSUE-240 negative max metadata instead of big enough 2019-07-06 20:33:35 +02:00
Andrea Spacca
8a3b87c9cf
Merge pull request #245 from dutchcoders/ISSUE-241
ISSUE-241 check metadata on preview
2019-07-06 20:23:24 +02:00
Andrea Spacca
2ee646590d ISSUE-241 check metadata on preview 2019-07-06 20:13:20 +02:00
Andrea Spacca
4a1697ee60 error checking 2019-06-24 07:45:47 +02:00
Andrea Spacca
6fa94d6631
Merge pull request #243 from dutchcoders/ISSUE-242
ISSUE-242
2019-06-23 22:28:04 +02:00
Andrea Spacca
2cebb7520c ISSUE-242 just some small refactoring 2019-06-23 21:06:58 +02:00
Andrea Spacca
cc1a1b8487
Merge pull request #244 from computeralex92/ISSUE-242
Fix SSL and make change of region possible
2019-06-23 21:05:37 +02:00
Alexander Lauster
e5e411cdaa Add new options to Readme 2019-06-23 20:48:52 +02:00
Alexander Lauster
cb17b4a1cc Remove default endpoint because S3 SDK is automatically set the correct one based on the region 2019-06-23 20:40:18 +02:00
Alexander Lauster
6e03965c8b Merge branch 'ISSUE-242' of https://github.com/dutchcoders/transfer.sh into ISSUE-242 2019-06-23 15:59:37 +02:00
Andrea Spacca
c072345869 ISSUE-242 fix head/get 2019-06-23 15:22:49 +02:00
Alexander Lauster
47d4907a06 Add option to set the S3 region to support other regions as eu-west-1 2019-06-23 13:04:37 +02:00
Alexander Lauster
818e5bc444 Add SSL CA Certificates to the image to allow access to S3 Buckets with active HTTPS 2019-06-23 13:03:31 +02:00
Andrea Spacca
9355bab9d4 ISSUE-242 fix forgotten dead code 2019-06-23 09:25:13 +02:00
Andrea Spacca
703987c516 ISSUE-242 2019-06-23 09:25:13 +02:00
Andrea Spacca
14c48cb4d8
Merge pull request #234 from dopessoa/ISSUE-229
Add X-Remaining-Downloads and X-Remaining-Days headers to HEAD and GET responses
2019-06-23 09:23:48 +02:00
Andrea Spacca
b34bec004e
Merge pull request #231 from dopessoa/ISSUE-219
Update Dockerfile generating smaller image
2019-06-22 10:30:14 +02:00
Douglas Pessoa
b8faedc92f Add X-Remaining-Downloads and X-Remaining-Days headers to HEAD and GET responses 2019-06-17 00:43:22 +00:00
Andrea Spacca
7d5611da94
Merge pull request #236 from JustAnotherArchivist/fix-filename-spaces
Fix encoding of spaces in filenames from + to %20
2019-06-13 20:37:53 +02:00
JustAnotherArchivist
568f917c67 Fix encoding of spaces in filenames from + to %20 2019-06-13 16:35:10 +02:00
Douglas Pessoa
8c91a2284a Update Dockerfile generating smaller image 2019-06-04 17:09:16 +00:00
Andrea Spacca
b3d7af058f bump transfer.sh-web 2019-05-20 08:33:29 +02:00
Andrea Spacca
46c53c1cab
Merge pull request #228 from dutchcoders/ISSUE-221
ISSUE-221
2019-05-18 20:50:12 +02:00
Andrea Spacca
e8ccf543f6 ISSUE-221 2019-05-18 14:13:23 +02:00
Andrea Spacca
db38a31b26
Merge pull request #224 from dutchcoders/ISSUE-223
Issue 223
2019-05-18 11:45:25 +02:00
Andrea Spacca
464fc37d68
Merge pull request #227 from sente/master
Fix the bash functions to handle files with spaces
2019-05-15 19:29:11 +02:00
Stuart Powers
75ea4c8d5f Fix the bash functions to handle files with spaces 2019-05-15 11:25:27 -04:00
Andrea Spacca
d16dc4298f
Merge pull request #225 from dopessoa/ISSUE-177
Document supported headers (#177)
2019-05-12 23:11:14 +02:00
Andrea Spacca
6ac8ae20e3 ISSUE-223 2019-05-12 10:14:27 +02:00
Douglas Pessoa
10a332b672 Document supported headers (#177) 2019-05-11 21:49:16 +00:00
Andrea Spacca
e7380750f8 ISSUE-223 2019-05-11 15:25:07 +02:00
Andrea Spacca
a4e4cafc30 ISSUE-223 2019-05-11 15:12:38 +02:00
Andrea Spacca
415d23393d ISSUE-223 2019-05-11 15:03:39 +02:00
Andrea Spacca
2e64726628 ISSUE-223 2019-05-11 15:02:16 +02:00