We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 s3에 파일이 업로드한 이름 그대로 올라가는데 유니크한 해쉬로 변경하는 것이 맞다고 생각됨, 그리고 타입도 검증해야 함
The text was updated successfully, but these errors were encountered:
python-magic 활용하면 될 듯 한데 메모리에 파일을 완전히 올리지 않고 magic으로 전송할 방법이 딱히 없어보임. 일단 메모리에 전부 올리는걸로 하고 스트레스 테스트를 해봐야 할듯함.
Sorry, something went wrong.
apple12347678
Successfully merging a pull request may close this issue.
현재 s3에 파일이 업로드한 이름 그대로 올라가는데 유니크한 해쉬로 변경하는 것이 맞다고 생각됨, 그리고 타입도 검증해야 함
The text was updated successfully, but these errors were encountered: