s3uploader
Files uploader to Amazon S3 by drag & drop.
It's designed to be convenient to use with sync-sync.
Features
Usage
AWS configuration
Create access key:
- Sign in to AWS console and open IAM dashboard.
- Open user's [Security credentials] tab.
- Click [Create access key], and copy access key ID / secret access key.
References
Configure credentials (in case of macOS):
- Install awscli.
brew install awscli
- Add AWS default configurations.
aws configure
References
Create S3 bucket:
- Sign in to AWS console and open S3 console.
- Click [Create bucket] and copy bucket name.
s3uploader configuration
After installing this package:
- Open Atom app.
- Click [Command] + [,] to open preferences.
- Select [Packages] and find s3uploader, then click [Settings].
- Set values properly like below.
Example of Amazon S3 settings
Example of MinIO settings