-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#290 Added optional S3 data store for BS CSV files #301
Conversation
Had to change due to bad dep being served from nexus.ala.org.au
grails-app/services/au/org/ala/alerts/BiosecurityCSVService.groovy
Outdated
Show resolved
Hide resolved
grails-app/services/au/org/ala/alerts/BiosecurityCSVService.groovy
Outdated
Show resolved
Hide resolved
grails-app/services/au/org/ala/alerts/BiosecurityCSVService.groovy
Outdated
Show resolved
Hide resolved
|
||
def config = grailsApplication.config | ||
|
||
if (config.getProperty('biosecurity.csv.local.enabled', Boolean, true)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove what? The if (config.getProperty('biosecurity.csv.local.enabled', Boolean, true)) {
line? For what reason?
grails-app/services/au/org/ala/alerts/BiosecurityCSVService.groovy
Outdated
Show resolved
Hide resolved
@bai - most of those comments have been dealt with with fixes. Anything else of note or good to approve? |
#290