Anthony Kong Asked: 2019-04-12 16:02:42 +0800 CST2019-04-12 16:02:42 +0800 CST 2019-04-12 16:02:42 +0800 CST Unable to upload files to s3 via aws console. What can I check to find out the cause? 772 I have gone through all the steps and got to the last page. However the 'upload' button is disabled. I have checked the browser console and there is no error message. So it is unlikely a front end issue. Why the upload button is disabled? Is it due to the number of files and/or total size? amazon-web-services 1 Answers Voted Best Answer MLu 2019-04-12T16:12:09+08:002019-04-12T16:12:09+08:00 It could well be the number or total size, the web interface is more suited for a smaller jobs. I suggest you use a dedicated client tool to do that instead: If on Linux try aws-cli or s3cmd On Windows try for example S3 Browser There are plenty of tools around.
It could well be the number or total size, the web interface is more suited for a smaller jobs. I suggest you use a dedicated client tool to do that instead:
There are plenty of tools around.