constructor() {
        const { credentials, region } = config
        this.s3 = new S3({ credentials, region })
    }