Requesting auto-connection of personal-files to rain

Hi all, in a similar manner to my request about sam-cli, I’m building a snap for rain which is a CLI tool for working with AWS CloudFormation. As such, it needs access to the files in ~/.aws in order to be able to connect to the user’s AWS account.

The tool is published under an AWS account in github and the snap is under the AWS snapcraft account so I’m hoping the review process is straightforward for this one :slight_smile:

I’d like to use the same approach as for the sam cli and have the interface reference config-aws:

plugs:
  config-aws:
    interface: personal-files
    read:
    - $HOME/.aws

You can see how I’m using it right now in Github.

Thanks!

This is indeed consistent with your previous request. +1 from me to add personal-files access for ~/.aws on the rain snap.

1 Like

+1 for use of and auto-connect of personal-files for read access to ~/.aws.

1 Like

(please note there is a voting period that must elapse before tallying votes)

I’m calling in the voting period :smiley:

2 votes for, 0 against for use of and auto-connection for read access to ~/.aws with interface reference of config-aws. This is now live.

1 Like