Преглед на файлове

Removes the need for AWSCore (#17)

Signed-off-by: Nicholas Lawson <[email protected]>
Nicholas Lawson преди 2 месеца
родител
ревизия
6d82e9bb78
променени са 3 файла, в които са добавени 0 реда и са изтрити 17 реда
  1. 0 6
      Config/default_aws_resource_mappings.json
  2. 0 1
      Gem/enabled_gems.cmake
  3. 0 10
      Registry/awscoreconfiguration.setreg

+ 0 - 6
Config/default_aws_resource_mappings.json

@@ -1,6 +0,0 @@
-{
-    "AWSResourceMappings": {},
-    "AccountId": "EMPTY",
-    "Region": "us-east-1",
-    "Version": "1.0.0"
-}

+ 0 - 1
Gem/enabled_gems.cmake

@@ -10,7 +10,6 @@ set(ENABLED_GEMS
     Paper_Kid
     Atom
     AudioSystem
-    AWSCore
     CameraFramework
     DebugDraw
     EditorPythonBindings

+ 0 - 10
Registry/awscoreconfiguration.setreg

@@ -1,10 +0,0 @@
-{
-    "Amazon":
-    {
-        "AWSCore":
-        {
-            "ProfileName": "default",
-            "ResourceMappingConfigFileName": "default_aws_resource_mappings.json"
-        }
-    }
-}