s3cmd
Command line tool and client for uploading, retrieving and managing data in S3 compatible object storage. More information: <https://s3tools.org/s3cmd>.
RUN apt-get update && \
apt-get install -y s3cmd
RUN apt-get update && \
apt-get install -y s3cmd
RUN pacman -S --noconfirm s3cmd
RUN dnf install -y s3cmd
RUN apt-get update && \
apt-get install -y s3cmd