├── DCO ├── Dockerfile ├── LICENSE ├── NOTICE ├── README.md └── code-of-conduct.md /DCO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/awscli/HEAD/DCO -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/awscli/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/awscli/HEAD/LICENSE -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/awscli/HEAD/NOTICE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/awscli/HEAD/README.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coreos/awscli/HEAD/code-of-conduct.md --------------------------------------------------------------------------------