irods / irods_client_s3_api

C++ S3 API for iRODS
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

Add AWS_EC2_METADATA_DISABLED=true environment variable for the AWS CLI tool tests. #99

Closed JustinKyleJames closed 7 months ago

JustinKyleJames commented 8 months ago

Add AWS_EC2_METADATA_DISABLED=true environment variable for the AWS CLI tool tests.

Without this the AWS CLI will attempt to reach out to the AWS metadata servers. In our environment this isn't reachable and a timeout occurs which causes every call to take an addition 5 or so seconds.

JustinKyleJames commented 8 months ago

I was not able to get this to work in the Python files themselves. I did put the change into the client run script.

JustinKyleJames commented 7 months ago

This change has been implemented and merged. Closing this issue.