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
The stream option controls if the data is read as a stream or downloaded to a file. The default is stream=True
The anon option controls whether if it is an anonymous access or AWS credentials should be used. The default is anon=True. Handling the credentials requires the aws-requests-auth and botocore packages
The text was updated successfully, but these errors were encountered:
Still work in progress.
The new source for an S3 bucket can be used like this:
More examples are available at: https://earthkit-data.readthedocs.io/en/feature-s3/examples/s3.html
s3.amazonaws.com
. Other endpoints can be specified in the request as:stream
option controls if the data is read as a stream or downloaded to a file. The default isstream=True
anon
option controls whether if it is an anonymous access or AWS credentials should be used. The default isanon=True
. Handling the credentials requires theaws-requests-auth
andbotocore
packagesThe text was updated successfully, but these errors were encountered: