const s3instanceWithRegion = (region, credentials) => {
    const key = region || 0

    if (!regions.hasOwnProperty(key)) {
        const options = { region: region }