Muhammed Can Küçükaslan

Results 11 issues of Muhammed Can Küçükaslan

Adds extensive auto-completion support to s5cmd for zsh, bash and pwsh. Including: - command completion - flag completion - local file/directory completion - bucket name completion - s3 key completion...

Adds extensive auto-completion support to s5cmd. Including: - command completion - flag completion - local file/directory completion - bucket name completion - s3 key completion Fixes #207 Fixes #372

This commit adds versioning support to the s5cmd. - Added `--all-versions` flag to `ls`, `rm`, `du` and `select` subcommands to apply operation on(/over) all versions of the objects. - Added...

It uses external sort instead of in-memory sort to dramatically reduce memory usage in the expense of the speed. It uses encoding/gob format to store to disk and restore from...

### Issue & steps to reproduce ``` $ echo "Example text." > tmp $ cat tmp Example text. $ s5cmd cp s3://nonexistentbucket/key tmp ERROR "cp s3://nonexistentbucket/key tmp": InvalidAccessKeyId: The AWS...

### Background The file/object concepts of s3-compatible services and other file systems are different. So their respective file hierarchies(/layouts) does not have one-to-one correspondence. For example[^bonus] in s3 both `ke/y`...

## Expected behavior Pressing tab should complete the current word by appending rest of the key ## Actual behavior Pressing tab completes the current word by appending full key string...

community
triage

`app.label` and `getApplicationLabel` are being used to retrieve application names and theyb seem to return the default (english?) application names. However, dpplication names should be in the system locale if...

I noticed this with IDE warning: > Exported function with the unexported return type ## Summary by CodeRabbit * **Refactor** * Internal service construction updated to return an abstract interface...