1.3.6 • Published 1 year ago

amplify-s3 v1.3.6

Weekly downloads
7
License
ISC
Repository
github
Last release
1 year ago

amplify-s3

Use amplify project config to manage storage public files (files in S3 with public prefix), then amplify app can access these files with public access level. You must running the command in the root of the project.

Install

npm install -g amplify-s3

Usage

amplifys3 <command>

Commands:
  amplifys3 sync <src> <dest> [subpath]     sync the whole public dir from <src>
  [--delete]                                to <dest> or sync a subpath. When
                                            add [--delete], file that that only
                                            exist in dest will  be deleted.
  amplifys3 ls [path]                        List S3 objects of certain path in
                                            bucket.
  amplifys3 upload <localPath> [path]       Upload a file or a directory to S3
  [--refreshTime refreshTime]               bucket, refreshTime is the time in
                                            seconds to refresh (at least 60).
  amplifys3 download <s3Path> [path]         Download directory from S3 bucket.
  amplifys3 rm <path>                        Remove a file or a directory from S3
                                            bucket.
  amplifys3 init <backend>                  init a new backend,now only support
                                            space.S3 backend do not need to be
                                            inited.
1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago