Returns an iterator over Services_Amazon_S3_Resource_Object and Services_Amazon_S3_Prefix instances in this bucket.
If $prefix is specified, only objects whose keys begin with this string are returned. If $delimiter is specified, keys that contain this string after the prefix are rolled up into a single Services_Amazon_S3_Prefix instance. If $delimiter is omitted, the iterator only returns Services_Amazon_S3_Resource_Object instances.
Parameters:
Saves this resource to the server. On existing buckets, only the ACL is saved. When saving an existing bucket, load() should be called in advance.
Overrides
Services_Amazon_S3_Resource::save() (Saves this resource to the server (including its access control list).)