Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:APSL/docker-thumbor into 5.2.1e
Browse files Browse the repository at this point in the history
  • Loading branch information
psyduck787 committed May 7, 2016
2 parents 61a4647 + 55ecd49 commit dfdd779
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-examples/aws-s3-storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ thumbor:
DETECTORS: ['thumbor.detectors.feature_detector','thumbor.detectors.face_detector',]
AWS_ACCESS_KEY_ID: # put your AWS_ACCESS_KEY_ID here
AWS_SECRET_ACCESS_KEY: # put your AWS_SECRET_ACCESS_KEY here
# Is needed for buckets that demand the new signing algorithm (v4)
# S3_USE_SIGV4: true
# TC_AWS_REGION: eu-central-1
TC_AWS_STORAGE_BUCKET: thumbor-docker
TC_AWS_STORAGE_ROOT_PATH: storage
TC_AWS_RESULT_STORAGE_BUCKET: thumbor-docker
Expand Down
3 changes: 3 additions & 0 deletions docker-compose-examples/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ thumbor:
DETECTORS: ['thumbor.detectors.queued_detector.queued_complete_detector',]
AWS_ACCESS_KEY_ID: # put your AWS_ACCESS_KEY here
AWS_SECRET_ACCESS_KEY: # put your AWS_SECRET_ACCESS_KEY here
# Is needed for buckets that demand the new signing algorithm (v4)
# S3_USE_SIGV4: true
# TC_AWS_REGION: eu-central-1
TC_AWS_LOADER_BUCKET: bucket-name
LOADER: tc_aws.loaders.s3_loader
SECURITY_KEY: SECURIZE_ME
Expand Down

0 comments on commit dfdd779

Please sign in to comment.