Exemplo n.º 1
0
 public static Storage AWS(String endpoint)
 {
     return(StorageAccount.AWS(endpoint).Storage);
 }
Exemplo n.º 2
0
        // Instantiate an AWS storage account

        public static Storage AWS(String accessKey, String secretKey, String endpoint)
        {
            return(StorageAccount.AWS(accessKey, secretKey, endpoint).Storage);
        }