Skip to content

Commit

Permalink
Merge pull request #535 from aucahuasi/feature/aws-s3-custom-url-endp…
Browse files Browse the repository at this point in the history
…oint-apache-minio-support

[REVIEW] force deploy
  • Loading branch information
aucahuasi authored Apr 9, 2020
2 parents 31477c0 + b8a8667 commit b882bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions io/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#=============================================================================
# Copyright 2018 BlazingDB, Inc.
# Copyright 2018-2020 BlazingDB, Inc.
# Copyright 2018 Felipe Aramburu <felipe@blazingdb.com>
# Copyright 2018-2019 Percy Camilo Triveño Aucahuasi <percy@blazingdb.com>
# Copyright 2018-2020 Percy Camilo Triveño Aucahuasi <percy@blazingdb.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion io/src/FileSystem/FileSystemConnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ enum class ConnectionProperty : char {
ACCESS_KEY_ID,
SECRET_KEY,
SESSION_TOKEN,
ENDPOINT_OVERRIDE // if this url:port is given then we can connect to differente S3 provider (e.g. Apache MinIO)
ENDPOINT_OVERRIDE // if this url:port is given then we can connect to different S3 provider (e.g. Apache MinIO)
};

const std::string encryptionTypeName(EncryptionType encryptionType);
Expand Down

0 comments on commit b882bb0

Please sign in to comment.