mirror of
https://github.com/rclone/rclone.git
synced 2025-01-29 21:04:23 +02:00
e618ea83dd
This code removes the code added in 15d19131bd6bc78e s3: use aws web identity role provider This code no longer works because it doesn't initialise the tokenFetcher - leading to a nil pointer crash. The proper way to initialise this is with the NewWebIdentityCredentials but it isn't clear where to get the other parameters: roleARN, roleSessionName, path. In the linked issue a user reports rclone working with EKS anyway, so perhaps this code is no longer needed. If it is needed, hopefully someone who knows AWS better will come along and fix it! See: https://forum.rclone.org/t/add-support-for-aws-sso/23569