Replies: 3 comments
|
Hello. Im getting same error. Did you resolve it? Thank you. |
0 replies
|
Can't resolve this issue. I used the minio-client and uploaded it this way. |
0 replies
|
I might have an idea from using this in a different spot. It seems the NoneType error gets returned when there is nothing set that you are querying. In my case, I was using aws s3api get-bucket-cors. At first, there were no cors set on the bucket, and I got the NoneType error. Once I set something for cors in the bucket, listing what I had just set worked. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Hey, I tried uploading my backups to an S3 storage (contabostorage) and I’m getting the error message 'argument of type 'NoneType' is not iterable' during debug.
Steps to reproduce
What is the expected correct behavior?
uploaded backups
Relevant logs and/or screenshots
Environment
All reactions