Commit graph

607 commits

Author SHA1 Message Date
Andrea Spacca
356412c838 FIX BUILD 2019-10-07 22:37:27 +02:00
Andrea Spacca
6b249d21c4 FIX BUILD 2019-10-07 22:18:36 +02:00
Andrea Spacca
c0d5d99e5d FIX BUILD 2019-10-07 22:04:02 +02:00
Andrea Spacca
9e27485bbb FIX BUILD 2019-10-07 21:47:30 +02:00
Andrea Spacca
b8ca25fb9b FIX BUILD 2019-10-07 21:41:15 +02:00
Andrea Spacca
bef766f605 FIX BUILD 2019-10-07 21:33:45 +02:00
Stefan Benten
c2a152c622
Revert 1.13 Build Check 2019-10-06 18:04:44 +02:00
stefanbenten
c403f9a2f1 Update Dependencies and use go 1.13 2019-10-06 17:59:20 +02:00
stefanbenten
8d196039ba Roll back to keep dependencies compatible 2019-10-06 17:34:45 +02:00
stefanbenten
11ad244584 Update README 2019-10-06 17:13:21 +02:00
stefanbenten
060dbdf152 Add Ability to run against local test-network 2019-10-06 17:06:26 +02:00
Andrea Spacca
2127b4f1e4
Merge pull request #267 from dutchcoders/fuzz
Fuzz Local Storage
2019-09-01 11:20:58 +02:00
Andrea Spacca
8c5ef8f2e1 Fuzz local storage test 2019-09-01 10:31:47 +02:00
Book Moons
b40e9d1fb8 fuzz: Qualify target ID
Includes org name in target ID.
2019-09-01 10:31:47 +02:00
Book Moons
071ecb491c fuzz: Remove API key requirement
Prevents use of public corpus without API key.
2019-09-01 10:31:47 +02:00
Book Moons
806006a0b8 Add Fuzzit badge 2019-09-01 10:31:47 +02:00
Book Moons
76f00c5d04 Configure Fuzzit 2019-09-01 10:31:47 +02:00
Book Moons
6b148d3574 Define fuzz targets 2019-09-01 10:31:47 +02:00
stefanbenten
6eabb248da Rename variable for consistency 2019-08-29 22:17:38 +02:00
stefanbenten
5bb0e84fa5 Wrap Errors and rename class 2019-08-29 22:14:48 +02:00
Stefan Benten
1e815d382c
Merge pull request #1 from stefanbenten/storj-storage-adapter
Implement Storj storage adapter
2019-08-29 17:02:07 +02:00
stefanbenten
cf00af36f2 Changing Error Handling and increase Logging 2019-08-29 16:58:14 +02:00
stefanbenten
79c5130066 Changes according to CR 2019-08-29 16:35:24 +02:00
stefanbenten
c1691c58dc Switch to Salted Key Generation 2019-08-29 16:33:37 +02:00
stefanbenten
d5e07fe2f4 Add Env Vars 2019-08-28 16:57:05 +02:00
stefanbenten
874268d80e Add Storj Storage Adapter - add Binding 2019-08-28 15:29:35 +02:00
stefanbenten
59014f2110 Add Storj Storage Adapter - Base Functions 2019-08-28 15:18:00 +02:00
Andrea Spacca
6c54ddccef
Merge pull request #250 from n8225/fixS3MultiPartUpload
Fix s3 100MB max upload issue.
2019-08-24 17:12:22 +02:00
n8225
a2ab63c7b8 Remove commented debug line. 2019-08-24 08:47:04 -05:00
Andrea Spacca
11dffa22b4 v1.1.2 2019-08-24 14:02:06 +02:00
Andrea Spacca
758cd881ce
Merge pull request #262 from dutchcoders/BINARY-RELEASES
BINARY RELEASES
2019-08-24 14:01:25 +02:00
Andrea Spacca
f00209973e BINARY RELEASES 2019-08-24 13:48:54 +02:00
Andrea Spacca
0b27adba9d
Merge pull request #261 from dutchcoders/ISSUE-256
ISSUE-256
2019-08-24 13:46:53 +02:00
Andrea Spacca
8463d4169b
Merge pull request #260 from dopessoa/ISSUE-257
Fixes "mkdir /basedir: no such file or directory"
2019-08-24 13:37:10 +02:00
Andrea Spacca
e340ad9e45
Merge pull request #259 from dopessoa/ISSUE-230
Create examples.md and update README.md
2019-08-24 13:36:17 +02:00
Andrea Spacca
4e288cc4e4 Remove go1.9 2019-08-24 13:29:30 +02:00
Andrea Spacca
ee7011d55b ISSUE-256 2019-08-24 13:19:21 +02:00
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