I checked out the following question: Django StaticFiles and Amazon S3: How to detect modified files? and others but i'm still not able to run collectstatic
on only modified files.
Besides not picking up on modifications, it syncs properly.
I added: AWS_PRELOAD_METADATA = True
and ran collectstatic
completely with this setting turned on.