Given an S3 bucket called my-bucket
that includes a bucket with key named my-object
, is it possible to retrieve values from the object if the object value consists of a list of key/value pairs?
i.e. if my-object
contains a file with the following key/value pairs:
foo: 20,
bar: 54,
baz: 12
Is it possible to just retrieve the value of 'foo' by its key using the SDK for Java?