emgarten / Sleet

A static nuget feed generator for Azure Storage, AWS S3, and more.
MIT License
362 stars 43 forks source link

Null reference exception when using AWS role profile from ~/.aws/credentials #109

Closed volodymyr-oliinyk closed 4 years ago

volodymyr-oliinyk commented 4 years ago

Sleet.json { "username": "xxxx", "useremail": "xxx@mail.com", "sources": [ { "name": "develop", "type": "s3", "path": "https://s3.amazonaws.com//", "bucketName": "", "region": "eu-west-1", "profileName": "nuget" } ] }

.credentials [nuget] role_arn = arn:aws:iam::1234456789:role/nuget-bucket-reader-writer source_profile = dev

emgarten commented 4 years ago

@volodymyr-oliinyk would you run Sleet with --verbose and share the stack trace?

emgarten commented 4 years ago

Let me know if you are able to get a stacktrace for where this is failing