Fog.io With Wasabi
    • 18 Jun 2024
    • 1 Minute to read
    • PDF

    Fog.io With Wasabi

    • PDF

    Article summary

    How do I use Fog.io with Wasabi?

    Fog.io is certified for use with Wasabi. Through the use of this module https://github.com/fog/fog-aws and the config below, you can get Fog.io working with Wasabi. 

    "FOG_CONFIG":
    "provider": AWS
    "aws_access_key_id": myWasabiaccesskey
    "aws_secret_access_key": myWasabisecretkey
    "bucket": mybucketname
    "region": us-east-1
    "host": s3.wasabisys.com

    Note that this example discusses the use of Wasabi's us-east-1 storage region. To use other Wasabi storage regions, please use the appropriate Wasabi service URL as described in this article