abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

Save Received File to S3 Bucket #114

Open Hammad-1 opened 1 week ago

Hammad-1 commented 1 week 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.

abhishek-ram commented 1 week ago

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