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
Hey I just started playing around with zou, and it is great! I found a little bug that is pretty easy to fix. I have never done a PR before, is this something I should do or is it small enough that it would be easier for someone else to take care of?
I was getting a LocationConstraint Error when trying to use s3. I found this Boto3 Issue , which seems to indicate that "us-east-1" is a special case and should not be used with LocationConstraint.
Hey I just started playing around with zou, and it is great! I found a little bug that is pretty easy to fix. I have never done a PR before, is this something I should do or is it small enough that it would be easier for someone else to take care of?
I was getting a LocationConstraint Error when trying to use s3. I found this Boto3 Issue , which seems to indicate that "us-east-1" is a special case and should not be used with LocationConstraint.
file_store.py
I changed it to
And that seemed to do the trick.
The text was updated successfully, but these errors were encountered: