const s3instanceWithEndpoint = (endpoint, credentials) => {
    const key = endpoint || 0

    if (!endpoints.hasOwnProperty(key)) {
        const options = { endpoint: endpoint }