Skip to content

Commit 2d5439e

Browse files
authored
Revert "config for be-s3 (#456)"
This reverts commit 5cba66a.
1 parent 5cba66a commit 2d5439e

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

config/browse_everything_providers.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# To make browse-everything aware of a provider, uncomment the info for that provider and add your API key information.
33
# The file_system provider can be a path to any directory on the server where your application is running.
44
#
5-
#file_system:
6-
# home: /app/samvera/hyrax-webapp/data
5+
file_system:
6+
home: /app/samvera/hyrax-webapp/data
77
# dropbox:
88
# client_id: YOUR_DROPBOX_APP_KEY
99
# client_secret: YOUR_DROPBOX_APP_SECRET
@@ -14,11 +14,11 @@
1414
# google_drive:
1515
# client_id: YOUR_GOOGLE_API_CLIENT_ID
1616
# client_secret: YOUR_GOOGLE_API_CLIENT_SECRET
17-
s3:
18-
bucket: <%= ENV['AWS_S3_BUCKET'] %> # .s3.amazonaws.com #arn:aws:s3:::temp-bl-bucket-for-browse-everything
19-
response_type: signed_url # set to :public_url for public urls or :s3_uri for an s3://BUCKET/KEY uri
20-
expires_in: 14400 # for signed_url response_type, number of seconds url will be valid for.
21-
app_key: <%= ENV['AWS_ACCESS_KEY_ID'] %> # :app_key, :app_secret, and :region can be specified
22-
app_secret: <%= ENV['AWS_SECRET_ACCESS_KEY'] %> # explicitly here, or left out to use system-configured
23-
region: <%= ENV['AWS_S3_REGION'] %> # defaults.
24-
# See https://aws.amazon.com/blogs/security/a-new-and-standardized-way-to-manage-credentials-in-the-aws-sdks/
17+
# s3:
18+
# bucket: YOUR_AWS_S3_BUCKET
19+
# response_type: signed_url # set to :public_url for public urls or :s3_uri for an s3://BUCKET/KEY uri
20+
# expires_in: 14400 # for signed_url response_type, number of seconds url will be valid for.
21+
# app_key: YOUR_AWS_S3_KEY # :app_key, :app_secret, and :region can be specified
22+
# app_secret: YOUR_AWS_S3_SECRET # explicitly here, or left out to use system-configured
23+
# region: YOUR_AWS_S3_REGION # defaults.
24+
# See https://aws.amazon.com/blogs/security/a-new-and-standardized-way-to-manage-credentials-in-the-aws-sdks/

ops/staging-deploy.tmpl.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,6 @@ extraEnvVars: &envVars
181181
value: "1"
182182
- name: EXTERNAL_IIIF_URL
183183
value: https://d2ltm8fy0v0agc.cloudfront.net/iiif/2
184-
- name: AWS_S3_BUCKET
185-
value: temp-bl-bucket-for-browse-everything
186-
- name: AWS_ACCESS_KEY_ID
187-
value: $AWS_ACCESS_KEY_ID
188-
- name: AWS_SECRET_ACCESS_KEY
189-
value: $AWS_SECRET_ACCESS_KEY
190-
- name: AWS_S3_REGION
191-
value: eu-west-1
192184

193185
worker:
194186
replicaCount: 1

0 commit comments

Comments
 (0)