-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
Access Log format is wrong when writing a large object #130
Comments
Thank you for your report. I'll fix this issue that a character will be replaced from "new-line" to "hyphen" in the log. |
Since the url specification allowed including "hyphen" , "underscore" , there is some possibility of existing files which path suffix is "_1" , "_2" etc... |
I think "\n" is not good because it is not easily recognize key-name. So I'll consider it, again. |
I'm going to add a new element which is "chunk number" in the log as the follows:
|
Gooood to me |
Sharing a sample log
|
Thank you very much!! |
Access Log is wrong when I put over 5MB file.
I think good that rename when file is chunk.
ex)
test.txt 1 --> test.txt_1
The text was updated successfully, but these errors were encountered: