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
Fetch artifacts can now work with traditional GoCD material and picks up the right artifacts pushed by s3publish plugin. s3material plugin is needed to fetch artifacts only across different GoCD servers now
#7 - Make Publish and Fetch task use the same client credentials as Material #53 - Refactoring AWS Authentication across the plugins - The plugins now use the DefaultAWSCredentialsProviderChain - http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html
If AWS_USE_IAM_ROLE, then IAM is used in preference to the default credentials chain.