Fog.io With Wasabi
- 24 Oct 2024
- 1 Minute to read
- Print
- PDF
Fog.io With Wasabi
- Updated on 24 Oct 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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.