/s3uploader

Files uploader to Amazon S3 by drag & drop.

Primary LanguageJavaScriptMIT LicenseMIT

s3uploader

Files uploader to Amazon S3 by drag & drop.

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

usage

Features

  • Upload files by drag & drop.
  • Upload files by copy & paste.
  • Upload files to Amazon S3.
  • Support multiple destination AWS account / S3 bucket.
  • Support other storage services.
  • Output as Markdown tag (image or link).
  • Output as HTML tag (image or link).
  • MinIO compability

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