jschwar313
jschwar313
I'm getting the same thing using windows 10 with python uploading a file. I'm using boto3 version 1.24.27. I recently upgraded my packages and this started to happen then. I...
These are my python packages. I hope I'm not hijacking this thread. I apologize if I am. C:\Windows\system32>pip list Package Version ------------------------- --------- altgraph 0.17.2 boto3 1.24.27 botocore 1.27.27 certifi...
Do you think upgrading will help? C:\Windows\system32>pip3 list --outdated Package Version Latest Type ------------------ ------- ------- ----- boto3 1.24.27 1.24.38 wheel botocore 1.27.27 1.27.38 wheel charset-normalizer 2.0.12 2.1.0 wheel Cython...
I've upgraded a number of packages and that didn't help. I'm still getting that error now. Here's what I have now: C:\Windows\system32>pip3 list --outdated Package Version Latest Type ------------------ -------...
I checked the buckets I'm getting the SSLError on when uploading and the properties for my buckets has "default encryption" disabled. Does that mean this can't be the problem for...
@Kaelten By the way, since you are obviously doing multipart uploads, you should check out this article. You may be charged for parts that failed and are still in your...
I tried creating a policy and attaching it to my user, but I'm still getting that error. I've attached the policy that I created. It doesn't fail the upload, but...
I corrected the error in my policy and tried it again. The error still shows up. Here's the new policy I'm using. { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0",...
The error stopped happening. I don't think it was a python package upgrade that did it. I'm assuming it was a windows update that helped.
Nope. it's still happening. It just didn't happen that one time I uploaded a large file. It's happening again. I will upgrade my packages again and see if that fixes...