Asgoret edited a comment on issue #9474:
URL: https://github.com/apache/airflow/issues/9474#issuecomment-651794943


   Everywhere is HTTP, but what about HTTPS? airflow doesn't support HTTPS S3 
endpoints? I've got a very odd error (`An error occurred (InvalidAccessKeyId) 
when calling the ListBuckets operation: The AWS Access Key Id you provided does 
not exist in our records`) when use HTTPS-based endpoint. In dev with HTTP, all 
works perfectly.
   cc @dimon222 
   
   ok, how it works.
   Connection in GUI:
   ```
   Name: Some name
   Type: S3
   Host: <empty>
   Schema: <empty>
   Login: Your ID from minio
   Password: You password key
   Port: <empty>
   Extras: {"host": "https://domain"}
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to