Displaying 1 result from an estimated 1 matches for "object_cache".
2011 Jul 05
0
Problem in accessing bucket of my AWS S3 account
...outheast-1.amazonaws.com So when I try to access it
using this command -
AWS::S3::Service.buckets
it fetches all buckets in my account correctly -
=> [#<AWS::S3::Bucket:0x8d291fc @attributes={"name"=>"bucket1",
"creation_date"=>2011-06-28 10:08:58 UTC}, @object_cache=[]>,
#<AWS::S3::Bucket:0x8d291c0 @attributes={"name"=>"bucket2",
"creation_date"=>2011-07-04 07:15:21 UTC}, @object_cache=[]>,
#<AWS::S3::Bucket:0x8d29184 @attributes={"name"=>"bucket3",
"creation_date"=>2011-07-04...