Is it possible to get object metadata with spring-aws-s3 library? I need access to "ETag" header but as it seems like SimpleStorageResource does not expose way to access objectMetadata and ResourceLoader interface does not expose connection.
What are my options? Just use S3 SDK directly?