You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop warning if region is not us-east-1 in mock (#717)
Previously if `Fog.mock!` were used with some other region and
the bucket already existed, a warning message, `Your region <region>
does not match the default region 'us-east-1'".
We were seeing a lot of these warnings in our test suite. As far as I
can tell, there's no reason why some other region can't be used, so
drop this.
0 commit comments