.NET Core 2.0 - AWS Tutorial - Adding a File to an S3 Bucket

preview_player
Показать описание
In this video, we will look at how we can add a file 4 different ways to our S3 Bucket

1 - Simple file upload
2 - Upload with an explicit filename
3 - Upload data from a type of System.IO.Stream
4 - Specify advanced settings.

If you liked this video, share, like and, subscribe.

Connect with me on social media:

Рекомендации по теме
Комментарии
Автор

Being able to download all the project files would make this 1000x more useful...

DeviantDeveloper
Автор

Thank you. Another great video Daniel.

logical
Автор

Thanks for the video. Is there a way to get a response to see if the file upload was successful or if it failed like in the bucket creation?

sohaibarif
Автор

Thank you very much mate, simple and clear .

tunasarp
Автор

Did not work, this error appeared: AmazonClientException: No RegionEndpoint or ServiceURL configured

I am using net core using vs code and docker and linux OS, how to do it?

reyneermorales
Автор

Thanks for the video. Can you help me with my code please? i am facing issue in my dotnet core application while uploading file to s3 bucket.

knowledgeys
Автор

how to up load a file using ajax call jquery from the web api plz provide the video

ramk
Автор

Thank you very much Daniel, excellent video !!!!
Can you help me with a question about S3 Eventos Lambda

KristianCevallos
Автор

How to read content of the file from s3 using lambda ?

vivekgowda
Автор

Thank you Daniel Donbavand!!!! but how to upload raw data which is send from client to s3 instead of using local file path??

montaguth
Автор

Good videos Daniel. Unfortunately as with the first one I can't solve:UriFormatException: Invalid URI: The hostname could not be parsed.

System.Uri.CreateThis(string uri, bool dontEscape, UriKind uriKind)

laurapeppiatt