I created an empty .Net Core application and installed nuget packages for Amazon.Core and Amazon.S3.
Then I tried using S3 to get the object, but I got stuck at the very first moment ... Amazon.AWSClientFactory is nowhere to be found inside the assembly. Even with dotPeek, I tried to search for this factory method, but I could not find it. Even the sample code from Amazon does not work.
Where should I find this class?
source
share