- type: googlecloudstorage id: test1 doc: Test access to Google Cloud Storage. project: ${user.preferences['googlecloudstorage|project']} bucket_name: 'anaconda-public-data' token_uri: "https://oauth2.googleapis.com/token" client_id: ${user.preferences['googlecloudstorage|client_id']} client_secret: ${user.preferences['googlecloudstorage|client_secret']} token: ${user.preferences['googlecloudstorage|access_token']} refresh_token: ${user.preferences['googlecloudstorage|refresh_token']} anonymous: true