response = s3.get_object(Bucket=bucket, Key=key) body = response['Body'].read().decode('utf-8') print("CONTENT TYPE: " + response['ContentType']) print("BODY: " + body)
로그인 후 답글을 남길 수 있습니다.