@cumulus/test-data
Advanced tools
Comparing version 1.5.5 to 1.6.0
@@ -14,6 +14,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-devseed-internal", | ||
"private": "cumulus-devseed-private", | ||
"protected": "cumulus-devseed-protected", | ||
"public": "cumulus-devseed-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -86,3 +98,3 @@ "cmr": { | ||
"provider": "{{$.meta.provider}}", | ||
"bucket": "{{$.meta.buckets.internal}}", | ||
"bucket": "{{$.meta.buckets.internal.name}}", | ||
"collection": "{{$.meta.collection}}" | ||
@@ -89,0 +101,0 @@ }, |
@@ -14,6 +14,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-devseed-internal", | ||
"private": "cumulus-devseed-private", | ||
"protected": "cumulus-devseed-protected", | ||
"public": "cumulus-devseed-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -86,3 +98,3 @@ "cmr": { | ||
"file_prefix": "AST", | ||
"bucket": "{{$.meta.buckets.internal}}", | ||
"bucket": "{{$.meta.buckets.internal.name}}", | ||
"granuleIdExtraction": "{{$.meta.collection.granuleIdExtraction}}" | ||
@@ -89,0 +101,0 @@ }, |
@@ -14,6 +14,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-devseed-internal", | ||
"private": "cumulus-devseed-private", | ||
"protected": "cumulus-devseed-protected", | ||
"public": "cumulus-devseed-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -86,3 +98,3 @@ "cmr": { | ||
"collection": "{{$.meta.collection}}", | ||
"bucket": "{{$.meta.buckets.internal}}", | ||
"bucket": "{{$.meta.buckets.internal.name}}", | ||
"stack": "{{$.meta.stack}}" | ||
@@ -89,0 +101,0 @@ }, |
@@ -67,6 +67,18 @@ | ||
"buckets": { | ||
"protected": "cumulus-devseed-protected", | ||
"internal": "cumulus-devseed-internal", | ||
"private": "cumulus-devseed-private", | ||
"public": "cumulus-devseed-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -98,3 +110,3 @@ "distribution_endpoint": "https://g928e05in1.execute-api.us-east-1.amazonaws.com/dev/", | ||
"ParsePdr": { | ||
"bucket": "{{$.meta.buckets.internal}}", | ||
"bucket": "{{$.meta.buckets.internal.name}}", | ||
"collection": "{{$.meta.collection}}", | ||
@@ -101,0 +113,0 @@ "provider": "{{$.meta.provider}}", |
@@ -75,6 +75,18 @@ { | ||
"buckets": { | ||
"protected": "cumulus-devseed-protected", | ||
"internal": "cumulus-devseed-internal", | ||
"private": "cumulus-devseed-private", | ||
"public": "cumulus-devseed-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -120,3 +132,3 @@ "stack": "lpdaac-cumulus", | ||
"input_granules": "{{$.meta.input_granules}}", | ||
"bucket": "{{$.meta.buckets.internal}}", | ||
"bucket": "{{$.meta.buckets.internal.name}}", | ||
"stack": "{{$.meta.stack}}", | ||
@@ -123,0 +135,0 @@ "cmr": "{{$.meta.cmr}}" |
@@ -15,6 +15,18 @@ | ||
"buckets": { | ||
"internal": "cumulus-devseed-internal", | ||
"private": "cumulus-devseed-private", | ||
"protected": "cumulus-devseed-protected", | ||
"public": "cumulus-devseed-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -133,3 +145,3 @@ "cmr": { | ||
"CmrStep": { | ||
"bucket": "{{$.meta.buckets.internal}}", | ||
"bucket": "{{$.meta.buckets.internal.name}}", | ||
"stack": "{{$.meta.stack}}", | ||
@@ -136,0 +148,0 @@ "granuleIdExtraction": "{{$.meta.collection.granuleIdExtraction}}", |
{ | ||
"name": "@cumulus/test-data", | ||
"version": "1.5.5", | ||
"version": "1.6.0", | ||
"description": "Includes the test data for various packages", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,6 +7,18 @@ { | ||
"buckets": { | ||
"internal": "ghrc-r-deploy", | ||
"private": "ghrc-r-private", | ||
"protected": "ghrc-r-protected", | ||
"public": "ghrc-r-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -13,0 +25,0 @@ "queues": { |
@@ -81,6 +81,18 @@ { | ||
"buckets": { | ||
"protected": "cumulus-protected", | ||
"internal": "cumulus-internal", | ||
"public": "cumulus-public", | ||
"private": "cumulus-private" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -87,0 +99,0 @@ "stage": "dev" |
@@ -7,6 +7,18 @@ { | ||
"buckets": { | ||
"internal": "xxxx-r-deploy", | ||
"private": "xxxx-r-private", | ||
"protected": "xxxx -r-protected", | ||
"public": "xxxx-r-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -13,0 +25,0 @@ "queues": { |
@@ -7,6 +7,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-internal", | ||
"private": "cumulus-private", | ||
"protected": "cumulus-protected", | ||
"public": "cumulus-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -13,0 +25,0 @@ "queues": { |
@@ -7,6 +7,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-internal", | ||
"private": "cumulus-private", | ||
"protected": "cumulus-protected", | ||
"public": "cumulus-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -13,0 +25,0 @@ "queues": { |
@@ -8,6 +8,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-internal", | ||
"private": "cumulus-private", | ||
"protected": "cumulus-protected", | ||
"public": "cumulus-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -14,0 +26,0 @@ "queues": { |
@@ -7,6 +7,18 @@ { | ||
"buckets": { | ||
"internal": "ghrc-r-deploy", | ||
"private": "ghrc-r-private", | ||
"protected": "ghrc-r-protected", | ||
"public": "ghrc-r-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -13,0 +25,0 @@ "queues": { |
@@ -76,6 +76,18 @@ { | ||
"buckets": { | ||
"protected": "cumulus-devseed-protected", | ||
"internal": "cumulus-devseed-internal", | ||
"private": "cumulus-devseed-private", | ||
"public": "cumulus-devseed-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -146,3 +158,3 @@ "stack": "lpdaac-cumulus", | ||
"CmrStep": { | ||
"bucket": "{{$.meta.buckets.internal}}", | ||
"bucket": "{{$.meta.buckets.internal.name}}", | ||
"stack": "{{$.meta.stack}}", | ||
@@ -149,0 +161,0 @@ "granuleIdExtraction": "{{$.meta.collection.granuleIdExtraction}}", |
@@ -5,6 +5,18 @@ { | ||
"buckets": { | ||
"internal": "xxxx-r-deploy", | ||
"private": "xxxx-r-private", | ||
"protected": "xxxx-r-protected", | ||
"public": "xxxx-r-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -11,0 +23,0 @@ "queues": { |
@@ -6,6 +6,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-internal", | ||
"private": "cumulus-private", | ||
"protected": "cumulus-protected", | ||
"public": "cumulus-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -12,0 +24,0 @@ "queues": { |
@@ -5,6 +5,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-internal", | ||
"private": "cumulus-private", | ||
"protected": "cumulus-protected", | ||
"public": "cumulus-public" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
}, | ||
@@ -11,0 +23,0 @@ "queues": { |
@@ -24,6 +24,18 @@ { | ||
"buckets": { | ||
"internal": "cumulus-internal", | ||
"private": "cumulus-generic-test-private", | ||
"public": "cumulus-generic-test-public", | ||
"protected": "cumulus-generic-test-protected" | ||
"internal": { | ||
"name": "cumulus-test-sandbox-internal", | ||
"type": "internal" | ||
}, | ||
"private": { | ||
"name": "cumulus-test-sandbox-private", | ||
"type": "private" | ||
}, | ||
"protected": { | ||
"name": "cumulus-test-sandbox-protected", | ||
"type": "protected" | ||
}, | ||
"public": { | ||
"name": "cumulus-test-sandbox-public", | ||
"type": "public" | ||
} | ||
} | ||
@@ -30,0 +42,0 @@ }, |
@@ -22,3 +22,3 @@ { | ||
"host": "podaac-ftp.jpl.nasa.gov", | ||
"path": "/allData/ghrsst/data/GDS2/L4/GLOB/JPL/MUR/v4.1/2017/" | ||
"path": "/allData/ghrsst/data/GDS2/L4/GLOB/JPL/MUR/v4.1/2017/", | ||
"port": 21, | ||
@@ -25,0 +25,0 @@ "recursive": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29418343
62
3072