Closed dntstp closed 5 years ago
I think it is a typo in widgets.py on line 53: "https://{0}.s3.amazonaws.com{1}/".format(bucket_name, value) should be "https://{0}.s3.amazonaws.com/{1}".format(bucket_name, value)
"https://{0}.s3.amazonaws.com{1}/".format(bucket_name, value)
"https://{0}.s3.amazonaws.com/{1}".format(bucket_name, value)
I think it is a typo in widgets.py on line 53:
"https://{0}.s3.amazonaws.com{1}/".format(bucket_name, value)
should be"https://{0}.s3.amazonaws.com/{1}".format(bucket_name, value)