Fog.io With Wasabi

Prev Next

How do I use Fog.io with Wasabi?

Fog.io is certified for use with Wasabi. (Also refer to Fog.io in GitHub.) 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