jayceslesar commented on issue #38013: URL: https://github.com/apache/arrow/issues/38013#issuecomment-2805027264
> C++ hack: > > $ eval $(aws configure export-credentials --format env) > std::string access_key = std::getenv("AWS_ACCESS_KEY_ID"); > std::string secret_key = std::getenv("AWS_SECRET_ACCESS_KEY"); > std::string session_token = std::getenv("AWS_SESSION_TOKEN"); > > arrow::fs::S3Options options; > options.ConfigureAccessKey(access_key, secret_key, session_token) This works fine for any local development and I have been using for a while at this point -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org