Upload to S3 Bucket from Django Models directly
I'm currently developing a Django application, and my images and staticfiles are initially uploaded to a local path, then when I run collect-static, it pushes everything to the S3 bucket.
I was wondering if there is a way to remove intermediaries and directly upload the files and images to the S3 bucket.