When uploading a file there are no errors in browser console and the django server logs look like this
HTTP POST /s3direct/get_upload_params/ 200 [0.19, 127.0.0.1:60400] HTTP POST /s3direct/get_upload_params/ 200 [0.19, 127.0.0.1:60446] HTTP POST /s3direct/get_aws_v4_signature/ 200 [0.09, 127.0.0.1:60400] HTTP POST /s3direct/get_aws_v4_signature/ 200 [0.09, 127.0.0.1:60446]
.
s3direct keeps returning 200 status logs in the console
I am using django 2.0.7
I made the bucket public + I added the configs as mentioned in doc. But I am still getting the log.