bloomreach / bloomreach/s4cmd

Unexpected 'certfile' argument

Open
#156 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.