class AWS::S3::Bucket

def policy=(policy)

Returns:
  • (nil) -

Other tags:
    See: Policy -

Parameters:
  • policy () -- The new policy. This can be a string (which
def policy=(policy)
  client.set_bucket_policy(:bucket_name => name, :policy => policy)
  nil
end