“From the Mailbag” gives us at AWS w/ .NET the opportunity to answer questions from our users. Got a question for us? Ask us here. Photo by Joanna Kosinska on Unsplash Question: Our company has an S3 bucket where multiple companies upload CSV files for later processing. Is it possible to require that all filesContinue reading “From the Mailbag: Protecting S3 Data with Encryption”
Category Archives: S3
How To Create Amazon S3 Presigned URLs with .NET
Get all the code on GitHub. Your application needs to temporarily expose private files which are stored in Amazon S3. Giving each user separate permissions to each file is not feasible and will not scale. There are a few reasonable solutions for this situation, but Amazon S3 presigned URLs might be the simplest. Amazon S3Continue reading “How To Create Amazon S3 Presigned URLs with .NET”