NASA-PDS / updart

Python library to access Planetary Data from the Planetary Data System
Apache License 2.0
0 stars 0 forks source link

As a user, I want my code to use the best access point for the data #8

Open tloubrieu-jpl opened 5 months ago

tloubrieu-jpl commented 5 months ago

Checked for duplicates

No - I haven't checked

🧑‍🔬 User Persona(s)

For example if the code runs on AWS we want to code to use the S3 links to process them. Possibly streamable formats. If the code runs on a local platform, then the data need to be accessed through HTTP.

💪 Motivation

...so that I can [why do you want to do this?]

📖 Additional Details

No response

Acceptance Criteria

Given When I perform Then I expect

⚙️ Engineering Details

One can use the AWS environment variable to tell if the code runs on AWS, see https://stackoverflow.com/questions/29573081/check-if-python-script-is-running-on-an-aws-instance

This ticket requires upgrade to the registry-api or registry to have access to the S3 links in addition to HTTP links.

🎉 I&T

No response