Is it possible through the Amazon SDK to filter S3 objects through StorageClass?
Currently I use the ListObjects
method ( doc reference ) and I pass the ListObjectsRequest
object ( doc reference ) and not there is a parameter to filter by StorageClass.