bloomreach/s4cmd

Gracefully exit if S3 path is not provided for commands which requires it

Open

#183 opened on Jan 4, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (210 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1,394 stars)
PR merge metrics
 (PR metrics pending)

Description

Based on issue : #178 , thanks @brettswift for identifying a flaw for the command du. We need to make sure that the S3 path is provided or it fails with a proper error message to stderr.

Contributor guide