Skip to content

Commit

Permalink
Merge c9f5597 into f6275e0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 25, 2020
2 parents f6275e0 + c9f5597 commit 10e3b52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/datasets.yaml
Expand Up @@ -8,7 +8,9 @@ sources:
type: file
args:
urlpath: 's3://assets.holoviews.org/data/airline_flights.parq'
storage_options: {'anon': True, 'region_name':'eu-west-1'}
storage_options:
anon: true
client_kwargs: {'region_name': "eu-west-1"}

us_crime:
description: US Crime data
Expand Down Expand Up @@ -42,4 +44,5 @@ sources:
default: 0
args:
urlpath: "s3://earth-data/UCMerced_LandUse/Images/{{ landuse }}/{{ landuse }}{{ '%02d' % id }}.tif"
storage_options: {'anon': True}
storage_options:
anon: true

0 comments on commit 10e3b52

Please sign in to comment.