You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mast/mast.rst
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,26 +343,21 @@ the *local_path* keyword argument.
343
343
344
344
Cloud Data Access
345
345
------------------
346
-
Public datasets from the Hubble, Kepler and TESS telescopes are also available on Amazon Web Services
346
+
Public datasets from the Hubble, Kepler and TESS telescopes are also available for free on Amazon Web Services
347
347
in `public S3 buckets <https://registry.opendata.aws/collab/stsci/>`__.
348
348
349
-
Using AWS resources to process public data requires an `AWS account <https://aws.amazon.com/>`__ and associated
350
-
`credentials file <https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>`__. The `boto3
351
-
<https://boto3.amazonaws.com/v1/documentation/api/latest/index.html>`__ library is also required as it handles
352
-
connections to the AWS servers. Instructions for creating AWS credentials are available `here
353
-
<https://stackoverflow.com/questions/21440709/how-do-i-get-aws-access-key-id-for-amazon>`__. Data transfer charges
354
-
are the responsibility of the requester (see `request pricing <https://aws.amazon.com/s3/pricing/>`__), however
355
-
transfers are free within the US-East AWS region.
349
+
Using AWS resources to process public data no longer requires an `AWS account for all AWS regions. To enable cloud data access for the Hubble, Kepler, and TESS missions, follow the steps below:
356
350
357
-
Cload data access is enabled using the `~astroquery.mast.ObservationsClass.enable_cloud_dataset` function, which
358
-
will cause AWS to become the prefered source for data access until it is disabled
351
+
Enable cloud data access via the `~astroquery.mast.ObservationsClass.enable_cloud_dataset` function, which
352
+
will cause AWS to become the preferred source for data access until it is disabled
0 commit comments