v4.0.0
this is literally my 19th try and im sorry if i keep spamming, i hate ci so much
This is the v4 release of ume
that supports the local filesystem, Amazon S3, and Azure Blob Storage so you don't need to rely on MongoDB GridFS!
Migration
Migration is easy as updating the environment variables:
AUTH
toUME_UPLOADER_KEY
and updating DB
and DB_URL
in ume.hcl
:
storage "gridfs" {
database = "<whatever $DB was>"
bucket = "<bucket name to use, defaults to the db name>"
client_options {
hosts = ["<whatever $DB_URL was>"]
}
}
Full Changelog: 3.3.0...4.0.0