aws-s3
aws-s3 copied to clipboard
AWS::S3::Bucket.object
trafficstars
I have a bucket on s3 cloud with 5 directories in it. When I tr to get all the objects from the bucket from rails console using
AWS::S3::Bucket.object(bucket_name) it gives me objects of only first directory. I do not get objects of the remaining 4 directories.
Can you please help me out..
Does AWS::S3.Bucket.objects help? It should give you an array of objects.