-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS changes the ClientConfiguration in the 1.8 SDK to do the checking for env variables and ec2 metadata in [1]. This can cause TileDB to behavior slow if S3 support is built but the environment is not configured. The AWS SDK check for the ec2 metadata and has to wait for a timeout. We need to lazily init the ClientConfiguration. [1] aws/aws-sdk-cpp@1474693
- Loading branch information
Showing
3 changed files
with
127 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters