Skip to content

Commit

Permalink
S3 integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dalkia committed Feb 29, 2024
1 parent c99723a commit e6f4534
Show file tree
Hide file tree
Showing 26 changed files with 571 additions and 215 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
"overrideReferences": true,
"precompiledReferences": [
"Sentry.dll",
"Unity.Plastic.Newtonsoft.Json.dll"
"Unity.Plastic.Newtonsoft.Json.dll",
"AWSSDK.Core.dll",
"AWSSDK.S3.dll"
],
"autoReferenced": true,
"defineConstraints": [],
Expand Down
3 changes: 3 additions & 0 deletions asset-bundle-converter/Assets/AssetBundleConverter/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public static class Config
internal static string[] gltfExtensions = { ".glb", ".gltf" };
internal static string[] textureExtensions = { ".jpg", ".png", ".jpeg", ".tga", ".gif", ".bmp", ".psd", ".tiff", ".iff", ".ktx" };

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

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

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e6f4534

Please sign in to comment.