#7205 closed enhancement (fixed)
/vsis3/: anonymous access would be wishable
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.3.0 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | vsis3 |
Cc: |
Description
VSIS3 requests fail if no authentication is set). It is desirable to add an option to disable request signing for use with public buckets (aws-cli has -no-sign-request which works in this case).
Change History (4)
comment:1 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:2 by , 7 years ago
Keywords: | vsis3 added |
---|---|
Milestone: | → 2.3.0 |
comment:3 by , 6 years ago
Just came across this after struggling to access a public dataset with GDAL. The AWS_NO_SIGN_REQUEST=YES
option works, but I'm wondering: would it make sense to just assume AWS_NO_SIGN_REQUEST=YES
if AWS_SECRET_ACCESS_KEY
and AWS_ACCESS_KEY_ID
are undefined?
Note:
See TracTickets
for help on using tickets.
In 41291: