Skip to content

Commit

Permalink
Merge pull request #852 from hubmapconsortium/karlburke/CommonsS3Work…
Browse files Browse the repository at this point in the history
…erRevisions

Change of S3 Object prefix for consistency with other repositories wr…
  • Loading branch information
yuanzhou authored Aug 14, 2024
2 parents cb8ca1c + 7dcccc5 commit 859b3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance/app.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ APP_CLIENT_SECRET = ''
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY = ''
AWS_S3_BUCKET_NAME = 'hm-api-responses'
AWS_S3_OBJECT_PREFIX = 'Dev_service-api_unspecified-function_'
AWS_S3_OBJECT_PREFIX = 'Dev_search-api_'
AWS_OBJECT_URL_EXPIRATION_IN_SECS = 60*60 # 1 hour
# Large response threshold, as determined by len() for the character set, above
# which responses will be stashed in an S3 bucket and a pre-signed URL
Expand Down

0 comments on commit 859b3d9

Please sign in to comment.