Skip to content

s3tools.org

Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).

Package Information

  • Domain: s3tools.org
  • Name: s3tools.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install s3cmd

Programs

This package provides the following executable programs:

  • s3cmd

Aliases

This package can also be accessed using these aliases:

  • s3cmd

Available Versions

Show all 2 versions
  • 2.4.0, 2.3.0

Latest Version: 2.4.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +s3tools.org@2.4.0 -- $SHELL -i

Dependencies

This package depends on:

  • python.org>=3<3.12

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.s3toolsorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.