Skip to content

S3 scheme deprecation? #1053

Aug 5, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Greetings @rschmunk! The way AWS S3 URIs are formatted was too limiting for our needs (other object stores, cloud or not, multiple credential profiles, plus some other netCDF-Java specific things used when scanning buckets), so we came up with the cdms3 URI. If you are moving from s3:// to cdms3://, the mapping would be:

s3://bucket/key

to

cdms3://aws/bucket?key

or

cdms3:bucket?key

(edited to fix AWS example)

The full details of the cdms3 URI can be found at:

https://docs.unidata.ucar.edu/netcdf-java/current/userguide/dataset_urls.html#object-stores

As you will see in the docs, it has more capabilities that the AWS S3 URI.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rschmunk
Comment options

You must be logged in to vote
3 replies
@rschmunk
Comment options

@lesserwhirls
Comment options

@rschmunk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants