constructor() {
    const { credentials, region } = config
    this.sts = new STS({ credentials, region })
  }