summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-21 23:14:15 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-21 23:14:15 -0500
commitba46491ebc305a66a0a3a1f3cefa8bb677e57ff7 (patch)
tree87073105301f9348a01322e5715cae183039c6e2 /docs
parent242dc718cdedf2c7a264670008b9f760eba160d9 (diff)
downloadSMAPI-ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7.tar.gz
SMAPI-ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7.tar.bz2
SMAPI-ba46491ebc305a66a0a3a1f3cefa8bb677e57ff7.zip
drop Amazon S3 support
Diffstat (limited to 'docs')
-rw-r--r--docs/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index fa64a037..591f4cc2 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -13,7 +13,7 @@
* For the web UI:
* Added option to edit & reupload in the JSON validator.
- * If a JSON validator upload can't be saved to Pastebin (e.g. due to rate limits), it's now uploaded to Amazon S3 instead. Files uploaded to S3 expire after one month.
+ * The log parser and JSON validator no longer save files to Pastebin due to ongoing performance issues. All files are now saved to Azure Blob storage instead and expire after one month.
* Updated the JSON validator for Content Patcher 1.10 and 1.11.
* Fixed JSON validator no longer letting you change format when viewing results.