Skip to content

Commit

Permalink
another doctest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoghbi-a committed Oct 18, 2023
1 parent 48de289 commit e7f5571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utils/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A bucket name and a key can also be passed to `~pyvo.utils.download.aws_download
>>> from pyvo.utils import aws_download
>>> s3_key = 'chandra/data/byobsid/2/3052/primary/acisf03052N004_cntr_img2.jpg'
>>> s3_bucket = 'nasa-heasarc'
>>> image2_file = aws_download(bucket=s3_bucket, key=s3_key)
>>> image2_file = aws_download(bucket_name=s3_bucket, key=s3_key)


If the aws data requires authentication, a credential profile (e.g. ``aws_user`` profile in ``~/.aws/credentials``) can be passed:
Expand Down

0 comments on commit e7f5571

Please sign in to comment.