diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-21 23:14:15 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-21 23:14:15 -0500 |
commit | ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7 (patch) | |
tree | 87073105301f9348a01322e5715cae183039c6e2 /src/SMAPI.Web/Framework/ConfigModels | |
parent | 242dc718cdedf2c7a264670008b9f760eba160d9 (diff) | |
download | SMAPI-ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7.tar.gz SMAPI-ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7.tar.bz2 SMAPI-ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7.zip |
drop Amazon S3 support
Diffstat (limited to 'src/SMAPI.Web/Framework/ConfigModels')
-rw-r--r-- | src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs b/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs index 4a73750b..878130bf 100644 --- a/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs +++ b/src/SMAPI.Web/Framework/ConfigModels/ApiClientsConfig.cs @@ -14,22 +14,6 @@ namespace StardewModdingAPI.Web.Framework.ConfigModels /**** - ** Amazon Web Services - ****/ - /// <summary>The access key for AWS authentication.</summary> - public string AmazonAccessKey { get; set; } - - /// <summary>The secret key for AWS authentication.</summary> - public string AmazonSecretKey { get; set; } - - /// <summary>The AWS region endpoint (like 'us-east-1').</summary> - public string AmazonRegion { get; set; } - - /// <summary>The AWS bucket in which to store temporary uploaded logs.</summary> - public string AmazonTempBucket { get; set; } - - - /**** ** Azure ****/ /// <summary>The connection string for the Azure Blob storage account.</summary> |