Skip to content

v4.0.0

Compare
Choose a tag to compare
@auguwu auguwu released this 21 Feb 00:54
· 321 commits to master since this release

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 to UME_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