Skip to content

Question: Control which forms/fields use the S3FileInputMixin #316

Closed Answered by codingjoe
mfisco asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, I see. OK. You can set a storage per model field in Django. This would allow you to mix and match. However, are you dealing with really large files at the moment? If not, I wouldn't necessarily recommend using the optimized storage. Usually, you can ignore the overhead of IO inside an AWS region. Of course, that hit's it's limits if you are dealing with video files. But for everything else, you shouldn't notice any difference. If you have further questions, please ask. Cheers! Joe

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mfisco
Comment options

@codingjoe
Comment options

Answer selected by codingjoe
@mfisco
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #315 on December 05, 2024 08:27.