Justin Emgarten

Results 40 comments of Justin Emgarten

In theory this should be possible with some extra code that calls the NuGet v2 library to read the v2 feed and a special ISleetFileSystem or wherever you need to...

> incrementals can be a lot more straightforward You should be able to order on publish time to find only the most recent changes. From what I recall from doing...

Sleet doesn't have support for google cloud storage yet. If you're interested in adding it take a look at https://github.com/emgarten/Sleet/blob/main/src/SleetLib/FileSystem/FileSystemFactory.cs Sleet has a basic file system interface which it uses...

https://github.com/emgarten/Sleet/pull/191

> What if you do not wish to use static keys, but rather the current user / managed identity ? @jakobwn Tell me more about your environment, would sleet be...

Thanks for reporting this. The functional tests for S3 are passing. In 5.2.5 the AWS S3 SDK has been updated which could be contributing to this. I'll see if I...

@zznty will you let me know if 5.2.6 solves this problem for you? Digging into the error it looks like the AWS token dependency needed an update along with the...

I'll reopen this to track the issue

> @emgarten, can be fixed by updating AWSSDK.S3 to 3.7.307.1 or higher, at least it works with the Selectel cloud. This requires replacing obsolete ECSTaskCredentials with GenericContainerCredentials, but I'm not...

@zznty @kutep0v try the latest version and let me know if this fixes things for you: https://www.nuget.org/packages/Sleet/6.1.0