HTSagara / PRJ-566-ZAA-Team-1

3 stars 0 forks source link

API Retrieve Book by ID #119

Closed JonPeeAir closed 1 week ago

JonPeeAir commented 1 month ago
response = s3_client.get_object(Bucket=S3_BUCKET_NAME, Key=key)
content_type = response.get('ContentType')
print(content_type);