Hi, Is it possible to set owner of a bucket or an object to someone else? I've got a user who was created with flag --system and is able to create buckets and objects. I've created a bucket using boto and I've got FULL CONTROL over it: <Policy: http://acs.amazonaws.com/groups/global/AllUsers = READ, M. Tester (owner) = FULL_CONTROL> but trying to set owner to someone else gives me this: boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden <?xml version="1.0" encoding="UTF-8"?><Error><Code>AccessDenied</Code></Error> So I wonder - is it even possible to change owner of a bucket or create a bucket for a different owner than myself? Thanks, Patrycja Szab?owska