--- title: "Fog.io With Wasabi" slug: "how-do-i-use-fogio-with-wasabi" updated: 2026-08-04T21:58:02Z published: 2026-08-04T21:58:02Z canonical: "docs.wasabi.com/how-do-i-use-fogio-with-wasabi" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt > Use this file to discover all available pages before exploring further. # Fog.io With Wasabi [Fog.io](https://fog.github.io/) is certified for use with Wasabi. (Also refer to [Fog.io in GitHub](https://github.com/fog/fog).) Through the use of this module [https://github.com/fog/fog-aws](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 uses 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](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabis-different-storage-regions).