# s3cmd **Repository Path**: liwen_test_sync_group/s3cmd ## Basic Information - **Project Name**: s3cmd - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-03 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # s3cmd The purpose of this container is to be used as part of a drone build pipeline and pull in an object from s3. Build: ``` docker build s3cmd:latest . ``` Usage ``` docker run viant/s3cmd:latest s3cmd get s3://example/foo.txt ```