Closed CumpsD closed 2 years ago
Boto supports passing the Content-Type:
bucket.put_object(Key='index.html', Body=data, ContentType='text/html')
Can this be added please? Right now my images get the wrong content type
I can try to propose a PR
Boto supports passing the Content-Type:
bucket.put_object(Key='index.html', Body=data, ContentType='text/html')
Can this be added please? Right now my images get the wrong content type
I can try to propose a PR