public static Storage AWS(String endpoint) { return(StorageAccount.AWS(endpoint).Storage); }
// Instantiate an AWS storage account public static Storage AWS(String accessKey, String secretKey, String endpoint) { return(StorageAccount.AWS(accessKey, secretKey, endpoint).Storage); }