You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/30 13:43:07 UTC

[GitHub] [airflow] Asgoret edited a comment on issue #9474: Airflow support for S3 compatible storages

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:
users@infra.apache.org