Package Details: aws-cli-v2 2.25.6-1

Git Clone URL: https://aur.archlinux.org/aws-cli-v2.git (read-only, click to copy)
Package Base: aws-cli-v2
Description: Unified command line interface for Amazon Web Services (version 2)
Upstream URL: https://github.com/aws/aws-cli/tree/v2
Licenses: Apache-2.0
Conflicts: aws-cli
Provides: aws-cli
Submitter: jelly
Maintainer: kstolp
Last Packager: kstolp
Votes: 38
Popularity: 5.77
First Submitted: 2024-04-21 11:04 (UTC)
Last Updated: 2025-03-30 00:52 (UTC)

Required by (20)

Sources (9)

Pinned Comments

kstolp commented on 2024-10-23 05:14 (UTC)

If you receive this error when trying to build, it is because you have not imported the GPG keys used for verification.

==> ERROR: One or more PGP signatures could not be verified!

You have two options:

1) Import the key into your keyring. ArchWiki article. The key is available in this repo, which is copied from the AWS documentation. e.g. gpg --import keys/pgp/FB5DB77FD5C118B80511ADA8A6310ACC4672475C.asc. (recommended)

2) Alternatively, you can skip this verification by passing the --skippgpcheck argument to makepkg when building. (not recommended)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Strykar commented on 2024-10-13 09:54 (UTC)

awscli-2.18.5.tar.gz ... Passed (WARNING: the key has expired.)

txtsd commented on 2024-09-26 06:25 (UTC)

@kstolp Just looking to help keep it updated, and keep an eye on the dependencies.

I {co-,}maintain quite a few packages on the AUR, and also have a repo to check if they build.

kstolp commented on 2024-09-25 20:31 (UTC)

@joshm, Yes, the output would be helpful if you could replicate it. Also, the process you use to build (e.g. makepkg, makechrootpkg, AUR helper, etc.). Maybe even a list of env vars that are set in this build environment. Basically any info to help me recreate the issue you are seeing. Currently, I'm building in a clean chroot without any issues.

@txtsd, Thanks for the offer! I don't see an immediate need, but will keep you in mind for the future. Are there any specific changes you wish to see?

joshm commented on 2024-09-25 13:14 (UTC)

@kstolp -- I don't have the output handy but yes, build failures complaining that the module couldn't be found. Installing the modules the build was complaining about got me through the build/install.

txtsd commented on 2024-09-25 10:41 (UTC)

I would like to help maintain this package!

kstolp commented on 2024-09-17 02:38 (UTC)

@joshm, I haven't need to. Could you explain what led you to need to install these packages? (e.g. makepkg output, etc.)

joshm commented on 2024-09-16 14:34 (UTC)

I had to manually install these Python packages -- is this expected?

  • flit_core
  • distro
  • awscrt
  • ruamel.yaml

aksel commented on 2024-09-14 02:37 (UTC) (edited on 2024-09-14 02:37 (UTC) by aksel)

@kstolp nice, thanks!

kstolp commented on 2024-09-14 00:56 (UTC)

@aksel Thanks for the heads-up. Finally they got around to updating their expired key.

Updated here.