Skip to content

Commit

Permalink
Removed lingering amazon references
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Mar 8, 2024
1 parent 7579c17 commit 7087192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"overrideReferences": true,
"precompiledReferences": [
"Sentry.dll",
"Unity.Plastic.Newtonsoft.Json.dll",
"AWSSDK.Core.dll",
"AWSSDK.S3.dll"
"Unity.Plastic.Newtonsoft.Json.dll"
],
"autoReferenced": true,
"defineConstraints": [],
Expand Down
4 changes: 0 additions & 4 deletions asset-bundle-converter/Assets/AssetBundleConverter/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ public static class Config

internal const string LODS_URL = "lods";


internal const string CLI_BUCKET_DIRECTORY = "bucketDirectory";
internal const string CLI_BUCKET = "bucket";

internal static string GetDownloadPath() => PathUtils.FixDirectorySeparator(DOWNLOADED_PATH_ROOT + DASH);
}
}

0 comments on commit 7087192

Please sign in to comment.