|
2 | 2 | # To make browse-everything aware of a provider, uncomment the info for that provider and add your API key information.
|
3 | 3 | # The file_system provider can be a path to any directory on the server where your application is running.
|
4 | 4 | #
|
5 |
| -#file_system: |
6 |
| -# home: /app/samvera/hyrax-webapp/data |
| 5 | +file_system: |
| 6 | + home: /app/samvera/hyrax-webapp/data |
7 | 7 | # dropbox:
|
8 | 8 | # client_id: YOUR_DROPBOX_APP_KEY
|
9 | 9 | # client_secret: YOUR_DROPBOX_APP_SECRET
|
|
14 | 14 | # google_drive:
|
15 | 15 | # client_id: YOUR_GOOGLE_API_CLIENT_ID
|
16 | 16 | # 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/ |
0 commit comments