Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Accessing S3 Buckets


OpenScienceLab user servers typically run in AWS region us-west-2, which houses all public NASA data. This provides cheap, low-latency data access.

You may access any public AWS S3 bucket or private bucket to which you have permission with either the aws-cli (command line interface) or boto3 (Python package).