ERROR: failed to invalidateCloudFront: NoSuchDistribution · Issue #72 · drone-plugins/drone-s3-sync · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using cloudfront invalidation an NoSuchDistribution error occurs, however the distribution exists.
This plugin is configured in the following way using drone:
This worked as expected without distribution invalidation, however when trying to invalidate the distribution the following error occurs:
Synchronizing with bucket "test.some.domain"
.........................................ERROR: failed to invalidateCloudFront to /*: NoSuchDistribution: The specified distribution does not exist.
status code: 404, request id: <omitted>
The distribution id is valid and exists and an invalidation can be created using the aws cli:
When using cloudfront invalidation an NoSuchDistribution error occurs, however the distribution exists.
This plugin is configured in the following way using drone:
This worked as expected without distribution invalidation, however when trying to invalidate the distribution the following error occurs:
The distribution id is valid and exists and an invalidation can be created using the aws cli:
The following permissions have been configured for this specific user:
I'm not sure if this is a configuration issue or a bug, any pointers are appreciated. Thanks!
The text was updated successfully, but these errors were encountered: