Let's say we have 3 objects inside a bucket in s3:
object 1 which has value 10,
object 2 which has value 20,
object 3 which has value 30.
Does anyone know how to retrieve those values using command line?
The command $ aws s3 ls s3://bucket-name gives a list of all the objects, but I'm unable to find any command which lists all the values inside the objects.
aws s3 cp s3://bucket/filename.ext /dev/stdout will dump the contents to your console