s3-pusher

Publish assets to Amazon's S3 service via CLI

Usage no npm install needed!

<script type="module">
  import s3Pusher from 'https://cdn.skypack.dev/s3-pusher';
</script>

README

S3-Pusher

Publish assets to Amazon's S3 service.

Usage

s3-pusher -a <access-key> -s <secret-key> -b <bucket-name> -d <source-directory>

It will iterate over the directory files, and send them to the specified bucket.