Pratik Khose • over 1 year ago
S3 Bucket has not sufficient data
Even when i download the entire data from s3 vis s3 sync command the total data is not download only the /esportsdata have some files whereas the games folder containing 2022,2023o or 2024 had only on single file of 0kb.and this is happening for all the- game changers, vct-international as well as the vct-challengers. What should i do?
Comments are closed.

1 comment
Tony Ou • over 1 year ago
This is a common issue (if you're on a Windows machine), since game data is of the format "val:". So the naming conflicts with windows drive naming (e.g. C / D), which result in a single file "val". In order to fix that, you should replace the colon with another character (e.g. underscore) before and after download and it should work! Let me know if that answers your question :D