mirror of
https://github.com/moby/buildkit.git
synced 2026-06-30 19:57:39 +00:00
When trying to use S3 cache with anonymous credentials (for example, for importing publicly available layers), the cache is not used. Solution: enable anonymous credentials According to the API documentation: "If using the `NewFromConfig` constructor you'll need to explicitly set the `Credentials` member to nil, if the external config resolved a credential provider." Signed-off-by: Yurii Rashkovskii <yrashk@gmail.com>