aws-s3 icon indicating copy to clipboard operation
aws-s3 copied to clipboard

AWS::S3::Bucket.object

Open ranushah opened this issue 13 years ago • 1 comments
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..

ranushah avatar May 04 '12 18:05 ranushah

Does AWS::S3.Bucket.objects help? It should give you an array of objects.

kgrz avatar Sep 26 '12 09:09 kgrz