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
buckket/go-blurhash
coreos/go-oidc/v3 Update dependencies (#333) 2021-11-27 15:26:58 +01:00
davecgh/go-spew
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
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
google/uuid
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
json-iterator/go Update dependencies (#333) 2021-11-27 15:26:58 +01:00
kballard/go-shellquote
klauspost [feature] S3 support (#674) 2022-07-03 12:08:30 +02:00
leodido/go-urn
magiconair/properties [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
mattn/go-isatty
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
oklog/ulid
pelletier/go-toml [chore] Update all but bun libraries (#526) 2022-05-02 15:05:18 +02:00
pmezard/go-difflib
quasoft/memstore
remyoudompheng/bigfft
ReneKroon/ttlcache
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
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
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