File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -246,8 +246,7 @@ struct RegionalAssessmentInput <: AbstractJobInput
246246 region:: String
247247 " The type of reef, slopes or flats"
248248 reef_type:: String
249- # Criteria (all optional - defaulting to min/max of criteria)
250- # criteria in alphabetical order
249+ # Criteria (all optional - defaulting to min/max of criteria, listed alphabetically)
251250 depth_min:: OptionalValue{Float64}
252251 depth_max:: OptionalValue{Float64}
253252 high_tide_min:: OptionalValue{Float64}
@@ -434,7 +433,7 @@ function handle_job(
434433 output_geojson(geojson_name, best_sites)
435434 end
436435
437- # Now upload this to s3
436+ # Now upload this to S3
438437 client = S3StorageClient(; region= context. aws_region, s3_endpoint= context. s3_endpoint)
439438
440439 # Output file names
You can’t perform that action at this time.
0 commit comments