Open Hammad-1 opened 5 months ago
Hello,
Is there a way to store the received message payload file in an AWS S3 bucket instead of creating a 'messages' directory in the root project folder? My service is deployed on AWS ECS, I want to directly store my received message files in S3 bucket.
We use django file fields for storing the files so you can use the django storages library to store the files in S3
Hello,
Is there a way to store the received message payload file in an AWS S3 bucket instead of creating a 'messages' directory in the root project folder? My service is deployed on AWS ECS, I want to directly store my received message files in S3 bucket.