s3put
Command line tools for Amazon AWS S3
Install
- All systems
-
curl cmd.cat/s3put.sh
- Debian
-
apt-get install libnet-amazon-s3-tools-perl
- Ubuntu
-
apt-get install libnet-amazon-s3-tools-perl
- Arch Linux
-
pacman -S python2-boto
- Kali Linux
-
apt-get install libnet-amazon-s3-tools-perl
- CentOS
-
yum install python-boto
- Fedora
-
dnf install python2-boto
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnet-amazon-s3-tools-perl
- Raspbian
-
apt-get install libnet-amazon-s3-tools-perl
- Dockerfile
- dockerfile.run/s3put
libnet-amazon-s3-tools-perl
Command line tools for Amazon AWS S3
These S3 command line tools allow you to manipulate and populate an S3 account. Refer to the documentation (pod and man) for each of the tools. This Net::Amazon::S3::Tools module is mostly just a stub, to hoist the bundling and installation of the executable scripts that make up the actual tools.
python2-boto
Boto is a Python package that provides interfaces to Amazon Web
Services. It supports over thirty services, such as S3 (Simple Storage Service), SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their REST and Query APIs. The goal of boto is to support the full breadth and depth of Amazon Web Services. In addition, boto provides support for other public services such as Google Storage in addition to private cloud systems like Eucalyptus, OpenStack and Open Nebula.
python-boto
Python interface to Amazon's Web Services - Python 2.x
Boto is a Python interface to the infrastructure services available from Amazon. Boto supports the following services: * Elastic Compute Cloud (EC2) * Elastic MapReduce * CloudFront * DynamoDB * SimpleDB * Relational Database Service (RDS) * Identity and Access Management (IAM) * Simple Queue Service (SQS) * CloudWatch * Route53 * Elastic Load Balancing (ELB) * Flexible Payment Service (FPS) * Simple Storage Service (S3) * Glacier * Elastic Block Store (EBS) * and many more... This package provides the Python 2.x module.