0

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

Sathyajith Bhat
  • 21,321
  • 22
  • 95
  • 134
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Feb 06 '23 at 07:25

0 Answers0