s3uploader

Files uploader to Amazon S3 by drag & drop

tearoom6

1,562

1

1.2.0

MIT

GitHub

s3uploader

Files uploader to Amazon S3 by drag & drop.

It's designed to be convenient to use with sync-sync.

usage

Features

Usage

AWS configuration

Create access key:

  1. Sign in to AWS console and open IAM dashboard.
  2. Open user's [Security credentials] tab.
  3. Click [Create access key], and copy access key ID / secret access key.

References

Configure credentials (in case of macOS):

  1. Install awscli.
brew install awscli
  1. Add AWS default configurations.
aws configure

References

Create S3 bucket:

  1. Sign in to AWS console and open S3 console.
  2. Click [Create bucket] and copy bucket name.

s3uploader configuration

After installing this package:

  1. Open Atom app.
  2. Click [Command] + [,] to open preferences.
  3. Select [Packages] and find s3uploader, then click [Settings].
  4. Set values properly like below.

Example of Amazon S3 settings

settings_s3

Example of MinIO settings

settings_minio