Skip to content

Instantly share code, notes, and snippets.

@bcachet
Created April 12, 2018 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcachet/0801f899284f6f85e03d81560a5c0e67 to your computer and use it in GitHub Desktop.
Save bcachet/0801f899284f6f85e03d81560a5c0e67 to your computer and use it in GitHub Desktop.
Configuration of AWS S3 for .Net with Exoscale SOS
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