I created an empty .Net Core application and installed NuGet packages for Both Amazon.Core and Amazon.S3.
Then I tried to use S3 to get an object but I'm 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 couldn't find it. Even the sample code from Amazon doesn't work.
Where did I suppose to find this class?