Unexpected 'certfile' argument
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 208
- PR merge metrics
- No merged PRs in 30d
Description
New error on my gccp instances getting data from s3 bucket.
```
user_name@instance~$ s4cmd -c32 get -r s3:/my-bucket/my-data/
[Exception] __init__() got an unexpected keyword argument 'cert_file'
[Thread Failure] __init__() got an unexpected keyword argument 'cert_file'
```
Never seen this before
Adding `-p ~/.s3cfg ` doesn't solve it
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with the reported `s4cmd -c32 get -r s3:/my-bucket/my-data/` command on a gccp instance, then trace where the `cert_file` argument is passed. Check whether using `-p ~/.s3cfg` changes the result; done means the S3 download completes without the exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100