Taylor Brazelton

Results 19 comments of Taylor Brazelton

I also checked the change log. Can't find anywhere in it where that param was depreciated.

Where you able to connect via the PyRFC library? I've never heard of **rfcexec** before.

Creating a bucket would be a nice feature...

Figured out how to do this. All you need is to pass the `endpoint_url` as a param. i.e. ``` s3fs = open_fs('s3://minio:minio123@default/?endpoint_url=http://localhost:9009') ```

@willmcgugan I was actually just doing this. I'll put up a PR in a moment.

@khamidou I am actually running python 2.7.2.

I am attempting this as well with no luck.

Generic Models: https://pydantic-docs.helpmanual.io/usage/models/#generic-models

@pachacamac Wish that library was around back when I was playing around with `fastapi`. Thanks for pointing it out.