module AWS::S3::PrefixedCollection

def list_options(options)

def list_options(options)
  opts = super
  opts[:prefix] = prefix if prefix
  opts
end