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: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,16 +348,20 @@ Planetary Computer uses the same signed URL pattern described above. Here is an
348
348
}
349
349
}
350
350
```
351
+
351
352
### Simple S3 authentication
352
-
To use simple S3 authentication one has to set some environmental variables with S3 credentials:
353
353
354
-
```AWS_SECRET_ACCESS_KEY```
355
-
```AWS_ACCESS_KEY_ID```
354
+
To use simple S3 authentication one has to set some environmental variables with S3 credentials:
356
355
357
-
or to specify:
356
+
-`AWS_SECRET_ACCESS_KEY`
357
+
-`AWS_ACCESS_KEY_ID`
358
358
359
-
[user profile](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html#cli-configure-files-format) with a proper reference to ```AWS_PROFILE``` in the file ```AWS_CONFIG_FILE```. For more info please visit [GDAL vsis3 documentation](https://gdal.org/en/latest/user/virtual_file_systems.html#vsis3-aws-s3-files).
359
+
**or** specify a [user profile](https://docs.aws.amazon.com/cli/v1/userguide/cli-configure-files.html#cli-configure-files-format)
360
+
with a proper reference to `AWS_PROFILE` in the file `AWS_CONFIG_FILE`.
360
361
362
+
For more information please see either
363
+
[GDAL vsis3](https://gdal.org/en/latest/user/virtual_file_systems.html#vsis3-aws-s3-files) or
0 commit comments