Skip to content

Commit

Permalink
Issue 6 - update personal interface (#9)
Browse files Browse the repository at this point in the history
* use dot-aws interface instead of personal-files per warning

Signed-off-by: David  Duncan <davdunc@gmail.com>

* Modify the personal-files plug configuration to match the curent doc

* remove version option.

Signed-off-by: David  Duncan <davdunc@gmail.com>

* Address a yaml mapping issue after error from example.

Signed-off-by: David  Duncan <davdunc@gmail.com>

* Update personal-files configuration

* Apply changes suggested by Daniel Manrique in case 5003z000025qXIE

Signed-off-by: David Duncan <davdunc@amazon.com>
  • Loading branch information
davdunc authored Apr 3, 2020
1 parent caa3758 commit 2d2dc2b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ summary: Universal Command Line Interface for Amazon Web Services
description: |
This package provides a unified command line interface to Amazon Web
Services.
version: git
base: core18
adopt-info: aws
confinement: strict
grade: stable

plugs:
personal-files:
dot-aws:
interface: personal-files
write:
- $HOME/.aws

- $HOME/.aws
apps:
aws:
adapter: full
Expand All @@ -24,9 +23,8 @@ apps:
plugs:
- network
- network-bind
- personal-files
- dot-aws
- home

parts:
launcher:
plugin: dump
Expand Down

0 comments on commit 2d2dc2b

Please sign in to comment.