s3cl
Amazon S3 Perl API - Simple Storage Service
Install
- All systems
-
curl cmd.cat/s3cl.sh
- Debian
-
apt-get install libnet-amazon-s3-perl
- Ubuntu
-
apt-get install libnet-amazon-s3-perl
- Kali Linux
-
apt-get install libnet-amazon-s3-perl
- Fedora
-
dnf install perl-Net-Amazon-S3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnet-amazon-s3-perl
- Raspbian
-
apt-get install libnet-amazon-s3-perl
- Dockerfile
- dockerfile.run/s3cl
libnet-amazon-s3-perl
Amazon S3 Perl API - Simple Storage Service
Net::Amazon::S3 provides a Perlish interface to Amazon S3. From the developer blurb: "Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers. Amazon S3 provides a simple web services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. It gives any developer access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure that Amazon uses to run its own global network of web sites. The service aims to maximize benefits of scale and to pass those benefits on to developers". To find out more about S3, please visit: http://s3.amazonaws.com/ To use this module you will need to sign up to Amazon Web Services and provide an "Access Key ID" and " Secret Access Key". If you use this module, you will incur costs as specified by Amazon. Please check the costs. If you use this module with your Access Key ID and Secret Access Key you must be responsible for these costs.