pkg.soopen package index

brew / 順位 5388

s4cmd を Homebrew, apt, Nix でインストール

s4cmd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install s4cmd

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install s4cmd

Debian stable package indexes · s4cmd · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#s4cmd

nixpkgs package indexes · pkgs/by-name/s4/s4cmd/package.nix · ソース: api.github.com

概要

パッケージ概要

Super S3 command-line tool

コマンドとエイリアス

  • s4cmd
  • s4cmd.py

履歴

プロジェクトの歴史と使われ方

s4cmd is a Python command-line client for Amazon S3, created as a faster alternative to s3cmd for large files and data-intensive scripts.

プロジェクトの歴史

Chou-han Yang created s4cmd after heavy use of s3cmd in scripted, data-intensive applications exposed a need for performance improvements, large-file support, and behavioral fixes. The 2.x line migrated the backend from Boto 2 to Boto3 and added batch deletion and broader API pass-through support.

採用の歴史

s4cmd has been distributed through PyPI and packaged by Homebrew, Debian, Ubuntu, and Nix according to the official installation instructions and source_facts.package-manager. Its reuse of s3cmd's configuration format lowered migration friction for existing command-line users.

使われ方

Typical operations include `ls`, `put`, `get`, `cp`, `mv`, `sync`, `del`, and `du`. By default it can read credentials from `${HOME}/.s3cfg`; users may select another file with `--config`, use environment variables, or rely on an EC2 IAM role. Parallelism is controlled with `--num-threads`.

パッケージ好きにとっての重要性

s4cmd represents the performance-oriented branch of early S3 command-line tooling: a compact Python implementation designed for scripting and large, data-intensive transfers. Its compatibility with the established `.s3cfg` convention makes it interesting as an example of ecosystem interoperability without exact drop-in compatibility.

タイムライン

  • 2.x series: Backend migrated from Boto 2 to Boto3 and batch deletion was introduced.

Related projects

  • s3cmd directly inspired s4cmd and supplies the `.s3cfg` format that s4cmd can reuse. Boto3 is the current AWS SDK backend.

セキュリティ状態

保護ツール対応はまだ見つかっていません

s4cmd に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.s3cfg

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.s3cfg

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
s4cmdcliグローバル実行可能ファイル
s4cmd.pycliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版2.1.0
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/bloomreach/s4cmd

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/bloomreach/s4cmd信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:s4cmd
バージョン2.1.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/s4cmd
ホームページhttps://github.com/bloomreach/s4cmd
リポジトリhttps://github.com/bloomreach/s4cmd
ライセンスApache-2.0
ソースアーカイブhttps://files.pythonhosted.org/packages/42/b4/0061f4930958cd790098738659c1c39f8feaf688e698142435eedaa4ae34/s4cmd-2.1.0.tar.gz
依存関係python@3.14
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Names4cmd
Version Scheme0
Revision7
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

s4cmd 2.1.0+ds-3

Super Amazon S3 command line tool

https://github.com/bloomreach/s4cmd

sudo apt install s4cmd
  • Section: utils
  • Architecture: all
  • 4 依存関係
  • normalized package name match
  • 一致条件: S4cmd
Debian stable package indexes · deb.debian.org · Debian stable package indexes: s4cmd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

s4cmd

nix profile install nixpkgs#s4cmd
  • normalized package name match
  • 一致条件: S4cmd
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/s4/s4cmd/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

s4cmd 2.1.0+ds-2

Super Amazon S3 command line tool

https://github.com/bloomreach/s4cmd

sudo apt install s4cmd
  • Section: universe/utils
  • Architecture: all
  • 3 依存関係
  • normalized package name match
  • 一致条件: S4cmd
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: s4cmd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation