Created
April 12, 2018 12:46
-
-
Save bcachet/0801f899284f6f85e03d81560a5c0e67 to your computer and use it in GitHub Desktop.
Configuration of AWS S3 for .Net with Exoscale SOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var config = new Amazon.S3.AmazonS3Config() | |
{ | |
ServiceURL = "https://sos-ch-dk-2.exo.io", | |
}; | |
var client = new Amazon.S3.AmazonS3Client(apikey, secretKey, config); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment