django-pyas2 icon indicating copy to clipboard operation
django-pyas2 copied to clipboard

Save Received File to S3 Bucket

Open Hammad-1 opened this issue 1 year ago • 1 comments

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.

Hammad-1 avatar Jun 21 '24 22:06 Hammad-1

We use django file fields for storing the files so you can use the django storages library to store the files in S3

abhishek-ram avatar Jun 22 '24 03:06 abhishek-ram