I have started migration of AWS SDK from v2 to v3. Can`t figure out what to use to create endpoint for S3.
In v2 I have:
const aws = require('aws-sdk');
const ep = new aws.Endpoint(s3.region.amazonaws.com
);
What package need to use in V3 for this ?