I want to access AWS S3client.js file
I added in html
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.4.8.min.js"></script>
...
..
alert(new AWS.S3()); // works
alert(new S3Client({})); // Not works
Is there any JS exists such that
<script src="https://sdk.amazonaws.com/js/S3Client.js"></script>
[just as example , not sure exact filename]
so that I can access to S3Client. I am not able to access S3Client.js in HTML