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
When adding an AWS S3 Cloud Storage Connection from the browser, be able to set AWS_S3_ENDPOINT in the credentials widget
Additional context
Very excited to use the s3 browser connection added in #57870. However, my organization uses Digital Ocean Spaces. This implements AWS S3 api, but with a custom endpoint. Connecting to it in python for example with gdal, we do the following
The first field here, AWS_S3_ENDPOINT, is not an option in the widget to add credentials, meaning we're unable to connect to buckets on this custom endpoint using cloud -> AWS S3 in the browser
Feature description
When adding an AWS S3 Cloud Storage Connection from the browser, be able to set
AWS_S3_ENDPOINT
in the credentials widgetAdditional context
Very excited to use the s3 browser connection added in #57870. However, my organization uses Digital Ocean Spaces. This implements AWS S3 api, but with a custom endpoint. Connecting to it in python for example with gdal, we do the following
The first field here,
AWS_S3_ENDPOINT
, is not an option in the widget to add credentials, meaning we're unable to connect to buckets on this custom endpoint usingcloud
->AWS S3
in the browserThe only space I see the
AWS...
variables referenced explicitly in the repo is in https://github.com/qgis/QGIS/blob/master/src/gui/providers/gdal/qgsgdalcredentialoptionswidget.cpp#L610, though that doesn't include all the options shown in my screenshot so I'm not certain that's where it would need to be added.The text was updated successfully, but these errors were encountered: