Tag: amazon s3

  • AWS S3 using .NET

    AWS S3 (Amazon Simple Storage Service) is a cloud storage service provided by Amazon Web Services (AWS). It is a highly scalable, object-based storage service that offers industry-leading durability and availability. Using AWS S3 from .NET is easy, thanks to the AWS SDK for .NET. The AWS SDK for .NET is a collection of libraries…

  • How to upload to DigitalOcean & Amazon S3 Spaces using Flutter?

    How to upload to DigitalOcean & Amazon S3 Spaces using Flutter?

    For many of the app developers, you may not use your server for storage purposes where you make your API calls. It could be because the storage is expensive, the load on the server would be more when you would like to stream videos or you are using a server less (functions) technology. For such…