gotosocial/vendor/github.com
Dominik Süß 9d0df426da
[feature] S3 support (#674)
* feat: vendor minio client

* feat: introduce storage package with s3 support

* feat: serve s3 files directly

this saves a lot of bandwith as the files are fetched from the object
store directly

* fix: use explicit local storage in tests

* feat: integrate s3 storage with the main server

* fix: add s3 config to cli tests

* docs: explicitly set values in example config

also adds license header to the storage package

* fix: use better http status code on s3 redirect

HTTP 302 Found is the best fit, as it signifies that the resource
requested was found but not under its presumed URL

307/TemporaryRedirect would mean that this resource is usually located
here, not in this case

303/SeeOther indicates that the redirection does not link to the
requested resource but to another page

* refactor: use context in storage driver interface
2022-07-03 12:08:30 +02:00
..
aymerick/douceur Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
buckket/go-blurhash migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
coreos/go-oidc/v3 Update dependencies (#333) 2021-11-27 15:26:58 +01:00
davecgh/go-spew Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
dsoprea [bugfix] Fix images not being processed correctly sometimes (#437) 2022-03-21 19:46:51 +01:00
dustin/go-humanize [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
fsnotify/fsnotify [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
gin-contrib [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
gin-gonic/gin Update dependencies (#333) 2021-11-27 15:26:58 +01:00
go-errors/errors Update dependencies (#333) 2021-11-27 15:26:58 +01:00
go-fed/httpsig move to ssb gofed fork (#298) 2021-11-13 17:29:43 +01:00
go-playground [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
go-xmlfmt/xmlfmt Upstep Go dependencies (#340) 2021-12-12 15:47:51 +01:00
golang Update dependencies (#333) 2021-11-27 15:26:58 +01:00
golang-jwt/jwt migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
google/uuid migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
gorilla [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
h2non/filetype Update dependencies (#333) 2021-11-27 15:26:58 +01:00
hashicorp/hcl Implement Cobra CLI tooling, Viper config tooling (#336) 2021-12-07 13:31:39 +01:00
inconshreveable/mousetrap Implement Cobra CLI tooling, Viper config tooling (#336) 2021-12-07 13:31:39 +01:00
jackc [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
jinzhu/inflection migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
json-iterator/go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
kballard/go-shellquote Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) 2021-08-29 16:41:41 +02:00
klauspost [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
leodido/go-urn migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
magiconair/properties [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
mattn/go-isatty migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
microcosm-cc/bluemonday [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
miekg/dns [chore] Validate/set account domain (#619) 2022-06-11 11:09:31 +02:00
minio [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
mitchellh [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
modern-go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
nfnt/resize Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
oklog/ulid Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
pelletier/go-toml [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
pmezard/go-difflib Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
quasoft/memstore Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
remyoudompheng/bigfft migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
ReneKroon/ttlcache migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
robfig/cron/v3 [feature] Clean up/uncache remote media (#407) 2022-03-07 11:08:26 +01:00
rs/xid [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
russross/blackfriday/v2 migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00
sirupsen/logrus Add optional syslog logrus hook (#343) 2021-12-12 18:00:20 +01:00
spf13 [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
stretchr/testify [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
subosito/gotenv Implement Cobra CLI tooling, Viper config tooling (#336) 2021-12-07 13:31:39 +01:00
superseriousbusiness [bugfix] Don't remove jpeg orientation metadata (#663) 2022-06-23 15:38:19 +02:00
tdewolff [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
tmthrgd/go-hex Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
ugorji/go/codec [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
uptrace/bun [chore] Update bun and sqlite dependencies (#478) 2022-04-24 12:26:22 +02:00
vmihailenco Update dependencies (#333) 2021-11-27 15:26:58 +01:00
wagslane/go-password-validator migrate go version to 1.17 (#203) 2021-09-10 14:42:14 +02:00