Skip to content
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

Allow longer file names to be upload to S3 #120

Open
pilec opened this issue Jan 21, 2019 · 0 comments · May be fixed by #121
Open

Allow longer file names to be upload to S3 #120

pilec opened this issue Jan 21, 2019 · 0 comments · May be fixed by #121

Comments

@pilec
Copy link

pilec commented Jan 21, 2019

Problem: When I have a file with a longer filename (around 200 characters) deeper in directories it used the whole path as a temp name of a file. Unfortunately, UNIX filesystems support only files up to 255 characters so the upload will fail with exception File name too long. S3 systems support file names up to 1024 characters as can be seen here - https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html so there is no reason to not accept this file to upload.

Solution: do not use the full depth of filename as a temporary name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant