Solutionunvalidated
Create separate FileFields/Storage instances with the correct backend option by using `bucket_name` (e.g., `S3BotoStorage(bucket_name='other-bucket')`) so uploads go to the intended public bucket.
ce180dcc-15d9-41f3-b579-14433281ab25
Create separate FileFields/Storage instances with the correct backend option by using bucket_name (e.g., S3BotoStorage(bucket_name='other-bucket')) so uploads go to the intended public bucket.