Skip to content

Commit 1a83b2f

Browse files
Update README.md
1 parent 4e165cd commit 1a83b2f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ Turn your AWS S3 bucket into an image gallery.
66

77
![Demo GIF](/doc/Demo.gif "Demo GIF")
88

9-
Example: jamesmoriarty-poto-aws-s3
9+
Example: http://jamesmoriarty-poto-aws-s3.herokuapp.com/
10+
11+
## Usage
12+
13+
### S3
14+
15+
$ PORT=? AWS_ACCESS_KEY_ID=? AWS_SECRET_ACCESS_KEY=? AWS_REGION=? AWS_S3_BUCKET=? poto-aws-s3
16+
17+
### Google Cloud Storage
18+
19+
$ PORT=? GOOGLE_CLOUD_PROJECT_ID=? GOOGLE_CLOUD_KEYFILE=? GOOGLE_CLOUD_STORAGE_BUCKET=? poto-google-cloud-storage
1020

1121
## Poto::ImageProxy
1222

@@ -72,16 +82,6 @@ end
7282

7383
$ gem install poto
7484

75-
## Usage
76-
77-
### S3
78-
79-
$ PORT=? AWS_ACCESS_KEY_ID=? AWS_SECRET_ACCESS_KEY=? AWS_REGION=? AWS_S3_BUCKET=? poto-aws-s3
80-
81-
### Google Cloud Storage
82-
83-
$ PORT=? GOOGLE_CLOUD_PROJECT_ID=? GOOGLE_CLOUD_KEYFILE=? GOOGLE_CLOUD_STORAGE_BUCKET=? poto-google-cloud-storage
84-
8585
## Development
8686

8787
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.

0 commit comments

Comments
 (0)