The AWS S3 SDK makes file uploads look easy—until you try streaming a non-seekable stream. Learn why PutObjectRequest fails and how multipart uploads solve the problem.

The AWS S3 SDK makes file uploads look easy—until you try streaming a non-seekable stream. Learn why PutObjectRequest fails and how multipart uploads solve the problem.
In this article I will present my approach in accessing AAD user information using WebApi and a self signed certificate stored in keyvault. I am using .net 5, c#9 and for the test environmentI created an account using https://developer.microsoft.com/en-us/microsoft-365/dev-program , with this account you have a list of sample users which you can use toRead more
Before reading the rest of the article: If you want a basic understaning of the external events, check the previous article https://digitteck.com/dotnet/revitapidotnet/revit-external-event/ DOWNLOAD the Visual studio solution I used VisualStudio2019 Community edition for this example. Also, take a look at the project properties under Debug and BuildEvents and change the settings appropriately. If you usedRead more