lucidsoftware / apt-boto-s3

The fast and simple S3 transport for apt.
Apache License 2.0
56 stars 13 forks source link

Role arn fix #29

Closed BikesAndBBQ closed 1 year ago

BikesAndBBQ commented 6 years ago

This fixes the return statement when you're using a role that must be assumed, and I added an example of the config entry to the README.md.

BikesAndBBQ commented 6 years ago

Still getting some intermittent failures with this, I'll resubmit when I've hopefully tracked those down.

BikesAndBBQ commented 6 years ago

The most recent commit fixes the intermittent failures I was seeing. (Creation of an sts client is not thread safe, I create a client when settings is created so that it can be shared by the subsequent threads.)

If you have any questions, please let me know, I'm using this now on some machines that are using a role to access apt repos in another account.