Fix ANSAWS3 multiple instance creation

This commit is contained in:
2026-04-18 20:33:44 +10:00
parent a47ea25e8b
commit 247c91db50
2 changed files with 161 additions and 41 deletions

View File

@@ -170,7 +170,7 @@ int ANSAWSTest() {
return 1;
}
// Upload a jpeg image to bucket
std::string jpegFilePath = "E:\\Programs\\DemoAssets\\NV\\Test.jpg";
std::string jpegFilePath = "C:\\ProgramData\\ANSCENTER\\Shared\\Test.jpg";
std::string objectName = "test/test.jpg";
std::string uploadedUrl;