Installation and Data Loading
Developer Guide
About Data Cube
datacube.utils.aws.
s3_open
Open whole or part of S3 object
url (str) – s3://bucket/path/to/object
str
s3 (Optional[BaseClient]) – pre-configured s3 client, see make_s3_client()
Optional
BaseClient
range (Union[slice, Tuple[int, int], None]) – Byte range to read (first_byte, one_past_last_byte), default is whole object
Union
slice
Tuple
int
None
kwargs – are passed on to s3.get_object(..)
s3.get_object(..)