module Storage
    class GoogleJSON
      module GetObjectHttpUrl
        def get_object_http_url(bucket_name, object_name, expires, options = {})
          raise ArgumentError.new("bucket_name is required") unless bucket_name