Nextwebbnextwebb.hashnode.dev·Nov 29, 2024Avoiding Pitfalls in Amazon S3: Handling Case Sensitivity in Python WorkflowsWhen working with Amazon S3, it’s easy to overlook an important nuance: case sensitivity. While bucket names are case-insensitive, object keys (file paths) are case-sensitive. This distinction can lead to unexpected bugs in your workflows. For instan...Discuss·46 readsAWS s3
Ramya Rmy-devops-journey-traineithshubam.hashnode.dev·Nov 21, 2024A Beginner's Journey into AWS S3: Unlocking the Power of Scalable StorageAs a new AWS learner, diving into the world of cloud computing can feel like entering an entirely new universe. Among the many services AWS offers, Amazon S3 (Simple Storage Service) stands out as one of the foundational pillars. It's a service I’ve ...DiscussAWS
Stefan Weberwithout.systems·Nov 18, 2024ODC with AWS S3 - Events with EventBridgeThis article explains a method for setting up S3 and AWS EventBridge to receive ad-hoc events in your application, enabling you to respond to various changes in your S3 bucket. Being able to react to change events from your S3 bucket is essential to ...DiscussODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.systems·Nov 18, 2024ODC with AWS S3 - Browser to CloudFrontThis article explains how to securely upload and download files directly from a client's browser to a private Amazon Simple Storage Service (S3) bucket via a CloudFront distribution. This article is part of a series that explores ways to interact wit...DiscussODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.systems·Nov 18, 2024ODC with AWS S3 - Backend to S3This article explains how to upload and download files from your OutSystems Developer Cloud application's backend to a private Amazon Simple Storage Service (S3) bucket. By default, an S3 bucket is private and not accessible to the public without aut...Discuss·1 likeODC with AWS Simple Storage Service (S3)outsystems
Stefan Weberwithout.systems·Nov 18, 2024ODC with AWS S3 - Browser to S3This article explains how to upload and download files directly from a client's browser to an Amazon Simple Storage Service (S3) bucket, bypassing the backend of an OutSystems Developer Cloud application. By default, an S3 bucket is private and not a...DiscussODC with AWS Simple Storage Service (S3)outsystems
Aman Patel (Amanops)blog.amanops.com·Nov 14, 2024AWS Storage - EBS , EFS & S3AWS provides several storage services designed to meet different use cases for scalability, security, performance, and cost efficiency. Here are the main AWS storage services: 1. Amazon S3 (Simple Storage Service) Use Case: Object storage for unstru...Discuss·41 readsAWS
Apalowo Abdulwasiubazzan.hashnode.dev·Nov 12, 2024Using AWS S3 Bucket in Django Rest FrameworkIntroduction This is an attempt to revive a Django REST framework project. Years ago, I set up a bookstore management project. The bookstore is a DRF project that provides an API to manage various books for different categories of users. The project ...Discussaws builder community
Aditya Gadhaveadityag7678.hashnode.dev·Nov 5, 2024Amazon Simple Storage Service (Amazon S3) Steps To create Amazon S3What is Amazon S3 ? S3 is one of the first services that has been produced by aws. S3 stands for Simple Storage Service. S3 provides developers and IT teams with secure, durable, highly scalable object storage. It is easy to use with a simple web...DiscussAWS
Pooja Bhavanipoojabhavani.hashnode.dev·Nov 2, 2024Project-7: 🚀 Deploying a Portfolio App on AWS S3 using GitHub Actions 🚀Detailed guide on how to deploy your Portfolio app on AWS S3 using GitHub Actions. In this step-by-step tutorial, we will cover each concept and explain every single step to ensure a smooth deployment process. But first, let's understand the key conc...Discuss·64 readsGitHub Actions