Nate Prewitt

Results 232 comments of Nate Prewitt

Yep, let's do it.

We're strictly pinned for Requests currently but I'll take a look at testing the new release soon. Thanks @kevin1024!

To quickly clarify, Requests supports both urllib3 1.x and 2.x. You can continue upgrading Requests to get new features/security patches, urllib3 just needs to be pinned `urllib3

Hi @antoineaws, `Params` is whatever parameters you'd pass to the S3 operation you're passing in `ClientMethod`. Those are all documented in the individual operations. ``` ClientMethod (string) – The client...

For reference, these are the [detailed docs](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html) for how presigned urls work in boto3.

Hi @Rizhiy, Thanks for the report! Boto3 doesn't actually use pyOpenSSL. In fact, we'd actively discourage for most use cases in favor of the `ssl` module that's present in all...

I took a look at s3fs, it relies on `aiobotocore` which [pins to specific versions of botocore](https://github.com/aio-libs/aiobotocore/blob/master/setup.py#L10) for stability because it modifies internals of botocore. Unfortunately, that's leading to this...

Thanks for opening this issue, @matthieudelaro! So this has already been noted in a few other places in the issue tracker but we only support hard version pins for Python...

@matthieudelaro, no not quite, we're aware that this functionality does not work and it isn't supported by pipenv at this time. We may address this in the future but it's...

@matthieudelaro, sorry this is also the pipfile repo and this is a functionality question for pipenv. Please feel free to move the discussion over there.